Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graph Visualization: Threshold line gets drawn under x-axis label #87678

Open
faryon93 opened this issue May 12, 2024 · 0 comments
Open

Graph Visualization: Threshold line gets drawn under x-axis label #87678

faryon93 opened this issue May 12, 2024 · 0 comments
Labels
area/panel/timeseries The main time series Graph panel

Comments

@faryon93
Copy link

What happened?

I configured the graph visualization to show the the configured thresholds as lines. One of the threshold lines is drawn directly under the x-axis labels.

Screenshot_20240512_103346

When editing the panel the wrongly drawn line disappears. When increasing the height of the panel inside the dashboard at some point the threshold lines vanishes as well.

Threshold configuration:
Screenshot_20240512_104006

What did you expect to happen?

The threshold lines should not be drawn in the area where the x-axis labels are drawn.

Did this work before?

I dont know.

How do we reproduce it?

  1. Visualize data that roughly resembles the data from the screenshot
  2. Configure the thresholds as in the screenshot
  3. Decrease height of panel until threshold line appeares

Is the bug inside a dashboard panel?

Key Value
Panel timeseries @ 10.4.2 (701c851)
Grafana 10.4.2 (701c851) // Open Source
Panel debug snapshot dashboard
{
  "panels": [
    {
      "datasource": {
        "type": "grafana",
        "uid": "grafana"
      },
      "description": "",
      "fieldConfig": {
        "defaults": {
          "custom": {
            "drawStyle": "line",
            "lineInterpolation": "linear",
            "barAlignment": 0,
            "lineWidth": 2,
            "fillOpacity": 21,
            "gradientMode": "scheme",
            "spanNulls": false,
            "insertNulls": false,
            "showPoints": "auto",
            "pointSize": 5,
            "stacking": {
              "mode": "none",
              "group": "A"
            },
            "axisPlacement": "auto",
            "axisLabel": "",
            "axisColorMode": "text",
            "axisBorderShow": false,
            "scaleDistribution": {
              "type": "linear"
            },
            "axisCenteredZero": false,
            "hideFrom": {
              "tooltip": false,
              "viz": false,
              "legend": false
            },
            "thresholdsStyle": {
              "mode": "dashed"
            }
          },
          "color": {
            "mode": "thresholds",
            "seriesBy": "last"
          },
          "mappings": [],
          "thresholds": {
            "mode": "absolute",
            "steps": [
              {
                "color": "red",
                "value": null
              },
              {
                "color": "orange",
                "value": 0
              },
              {
                "color": "yellow",
                "value": 13
              },
              {
                "color": "green",
                "value": 20
              }
            ]
          },
          "unit": "dB"
        },
        "overrides": []
      },
      "gridPos": {
        "h": 13,
        "w": 15,
        "x": 0,
        "y": 0
      },
      "id": 2,
      "options": {
        "tooltip": {
          "mode": "single",
          "sort": "none"
        },
        "legend": {
          "showLegend": true,
          "displayMode": "list",
          "placement": "bottom",
          "calcs": []
        }
      },
      "targets": [
        {
          "refId": "A",
          "datasource": {
            "type": "grafana",
            "uid": "grafana"
          },
          "queryType": "snapshot",
          "snapshot": [
            {
              "schema": {
                "refId": "A",
                "meta": {
                  "type": "timeseries-multi",
                  "typeVersion": [
                    0,
                    1
                  ],
                  "custom": {
                    "resultType": "matrix"
                  },
                  "executedQueryString": "Expr: avg_over_time(mikrotik_lte_sinr[1h])\nStep: 2m0s",
                  "preferredVisualisationType": "graph"
                },
                "fields": [
                  {
                    "name": "Time",
                    "type": "time",
                    "typeInfo": {
                      "frame": "time.Time"
                    },
                    "config": {
                      "interval": 120000
                    }
                  },
                  {
                    "name": "Value",
                    "type": "number",
                    "typeInfo": {
                      "frame": "float64"
                    },
                    "labels": {
                      "instance": "192.168.50.150",
                      "interface": "lte1",
                      "job": "snmp-mikrotik-lte"
                    },
                    "config": {
                      "displayNameFromDS": "[email protected]"
                    }
                  }
                ]
              },
              "data": {
                "values": [
                  [
                    1715417040000,
                    1715417160000,
                    1715417280000,
                    1715417400000,
                    1715417520000,
                    1715417640000,
                    1715417760000,
                    1715417880000,
                    1715418000000,
                    1715418120000,
                    1715418240000,
                    1715418360000,
                    1715418480000,
                    1715418600000,
                    1715418720000,
                    1715418840000,
                    1715418960000,
                    1715419080000,
                    1715419200000,
                    1715419320000,
                    1715419440000,
                    1715419560000,
                    1715419680000,
                    1715419800000,
                    1715419920000,
                    1715420040000,
                    1715420160000,
                    1715420280000,
                    1715420400000,
                    1715420520000,
                    1715420640000,
                    1715420760000,
                    1715420880000,
                    1715421000000,
                    1715421120000,
                    1715421240000,
                    1715421360000,
                    1715421480000,
                    1715421600000,
                    1715421720000,
                    1715421840000,
                    1715421960000,
                    1715422080000,
                    1715422200000,
                    1715422320000,
                    1715422440000,
                    1715422560000,
                    1715422680000,
                    1715422800000,
                    1715422920000,
                    1715423040000,
                    1715423160000,
                    1715423280000,
                    1715423400000,
                    1715423520000,
                    1715423640000,
                    1715423760000,
                    1715423880000,
                    1715424000000,
                    1715424120000,
                    1715424240000,
                    1715424360000,
                    1715424480000,
                    1715424600000,
                    1715424720000,
                    1715424840000,
                    1715424960000,
                    1715425080000,
                    1715425200000,
                    1715425320000,
                    1715425440000,
                    1715425560000,
                    1715425680000,
                    1715425800000,
                    1715425920000,
                    1715426040000,
                    1715426160000,
                    1715426280000,
                    1715426400000,
                    1715426520000,
                    1715426640000,
                    1715426760000,
                    1715426880000,
                    1715427000000,
                    1715427120000,
                    1715427240000,
                    1715427360000,
                    1715427480000,
                    1715427600000,
                    1715427720000,
                    1715427840000,
                    1715427960000,
                    1715428080000,
                    1715428200000,
                    1715428320000,
                    1715428440000,
                    1715428560000,
                    1715428680000,
                    1715428800000,
                    1715428920000,
                    1715429040000,
                    1715429160000,
                    1715429280000,
                    1715429400000,
                    1715429520000,
                    1715429640000,
                    1715429760000,
                    1715429880000,
                    1715430000000,
                    1715430120000,
                    1715430240000,
                    1715430360000,
                    1715430480000,
                    1715430600000,
                    1715430720000,
                    1715430840000,
                    1715430960000,
                    1715431080000,
                    1715431200000,
                    1715431320000,
                    1715431440000,
                    1715431560000,
                    1715431680000,
                    1715431800000,
                    1715431920000,
                    1715432040000,
                    1715432160000,
                    1715432280000,
                    1715432400000,
                    1715432520000,
                    1715432640000,
                    1715432760000,
                    1715432880000,
                    1715433000000,
                    1715433120000,
                    1715433240000,
                    1715433360000,
                    1715433480000,
                    1715433600000,
                    1715433720000,
                    1715433840000,
                    1715433960000,
                    1715434080000,
                    1715434200000,
                    1715434320000,
                    1715434440000,
                    1715434560000,
                    1715434680000,
                    1715434800000,
                    1715434920000,
                    1715435040000,
                    1715435160000,
                    1715435280000,
                    1715435400000,
                    1715435520000,
                    1715435640000,
                    1715435760000,
                    1715435880000,
                    1715436000000,
                    1715436120000,
                    1715436240000,
                    1715436360000,
                    1715436480000,
                    1715436600000,
                    1715436720000,
                    1715436840000,
                    1715436960000,
                    1715437080000,
                    1715437200000,
                    1715437320000,
                    1715437440000,
                    1715437560000,
                    1715437680000,
                    1715437800000,
                    1715437920000,
                    1715438040000,
                    1715438160000,
                    1715438280000,
                    1715438400000,
                    1715438520000,
                    1715438640000,
                    1715438760000,
                    1715438880000,
                    1715439000000,
                    1715439120000,
                    1715439240000,
                    1715439360000,
                    1715439480000,
                    1715439600000,
                    1715439720000,
                    1715439840000,
                    1715439960000,
                    1715440080000,
                    1715440200000,
                    1715440320000,
                    1715440440000,
                    1715440560000,
                    1715440680000,
                    1715440800000,
                    1715440920000,
                    1715441040000,
                    1715441160000,
                    1715441280000,
                    1715441400000,
                    1715441520000,
                    1715441640000,
                    1715441760000,
                    1715441880000,
                    1715442000000,
                    1715442120000,
                    1715442240000,
                    1715442360000,
                    1715442480000,
                    1715442600000,
                    1715442720000,
                    1715442840000,
                    1715442960000,
                    1715443080000,
                    1715443200000,
                    1715443320000,
                    1715443440000,
                    1715443560000,
                    1715443680000,
                    1715443800000,
                    1715443920000,
                    1715444040000,
                    1715444160000,
                    1715444280000,
                    1715444400000,
                    1715444520000,
                    1715444640000,
                    1715444760000,
                    1715444880000,
                    1715445000000,
                    1715445120000,
                    1715445240000,
                    1715445360000,
                    1715445480000,
                    1715445600000,
                    1715445720000,
                    1715445840000,
                    1715445960000,
                    1715446080000,
                    1715446200000,
                    1715446320000,
                    1715446440000,
                    1715446560000,
                    1715446680000,
                    1715446800000,
                    1715446920000,
                    1715447040000,
                    1715447160000,
                    1715447280000,
                    1715447400000,
                    1715447520000,
                    1715447640000,
                    1715447760000,
                    1715447880000,
                    1715448000000,
                    1715448120000,
                    1715448240000,
                    1715448360000,
                    1715448480000,
                    1715448600000,
                    1715448720000,
                    1715448840000,
                    1715448960000,
                    1715449080000,
                    1715449200000,
                    1715449320000,
                    1715449440000,
                    1715449560000,
                    1715449680000,
                    1715449800000,
                    1715449920000,
                    1715450040000,
                    1715450160000,
                    1715450280000,
                    1715450400000,
                    1715450520000,
                    1715450640000,
                    1715450760000,
                    1715450880000,
                    1715451000000,
                    1715451120000,
                    1715451240000,
                    1715451360000,
                    1715451480000,
                    1715451600000,
                    1715451720000,
                    1715451840000,
                    1715451960000,
                    1715452080000,
                    1715452200000,
                    1715452320000,
                    1715452440000,
                    1715452560000,
                    1715452680000,
                    1715452800000,
                    1715452920000,
                    1715453040000,
                    1715453160000,
                    1715453280000,
                    1715453400000,
                    1715453520000,
                    1715453640000,
                    1715453760000,
                    1715453880000,
                    1715454000000,
                    1715454120000,
                    1715454240000,
                    1715454360000,
                    1715454480000,
                    1715454600000,
                    1715454720000,
                    1715454840000,
                    1715454960000,
                    1715455080000,
                    1715455200000,
                    1715455320000,
                    1715455440000,
                    1715455560000,
                    1715455680000,
                    1715455800000,
                    1715455920000,
                    1715456040000,
                    1715456160000,
                    1715456280000,
                    1715456400000,
                    1715456520000,
                    1715456640000,
                    1715456760000,
                    1715456880000,
                    1715457000000,
                    1715457120000,
                    1715457240000,
                    1715457360000,
                    1715457480000,
                    1715457600000,
                    1715457720000,
                    1715457840000,
                    1715457960000,
                    1715458080000,
                    1715458200000,
                    1715458320000,
                    1715458440000,
                    1715458560000,
                    1715458680000,
                    1715458800000,
                    1715458920000,
                    1715459040000,
                    1715459160000,
                    1715459280000,
                    1715459400000,
                    1715459520000,
                    1715459640000,
                    1715459760000,
                    1715459880000,
                    1715460000000,
                    1715460120000,
                    1715460240000,
                    1715460360000,
                    1715460480000,
                    1715460600000,
                    1715460720000,
                    1715460840000,
                    1715460960000,
                    1715461080000,
                    1715461200000,
                    1715461320000,
                    1715461440000,
                    1715461560000,
                    1715461680000,
                    1715461800000,
                    1715461920000,
                    1715462040000,
                    1715462160000,
                    1715462280000,
                    1715462400000,
                    1715462520000,
                    1715462640000,
                    1715462760000,
                    1715462880000,
                    1715463000000,
                    1715463120000,
                    1715463240000,
                    1715463360000,
                    1715463480000,
                    1715463600000,
                    1715463720000,
                    1715463840000,
                    1715463960000,
                    1715464080000,
                    1715464200000,
                    1715464320000,
                    1715464440000,
                    1715464560000,
                    1715464680000,
                    1715464800000,
                    1715464920000,
                    1715465040000,
                    1715465160000,
                    1715465280000,
                    1715465400000,
                    1715465520000,
                    1715465640000,
                    1715465760000,
                    1715465880000,
                    1715466000000,
                    1715466120000,
                    1715466240000,
                    1715466360000,
                    1715466480000,
                    1715466600000,
                    1715466720000,
                    1715466840000,
                    1715466960000,
                    1715467080000,
                    1715467200000,
                    1715467320000,
                    1715467440000,
                    1715467560000,
                    1715467680000,
                    1715467800000,
                    1715467920000,
                    1715468040000,
                    1715468160000,
                    1715468280000,
                    1715468400000,
                    1715468520000,
                    1715468640000,
                    1715468760000,
                    1715468880000,
                    1715469000000,
                    1715469120000,
                    1715469240000,
                    1715469360000,
                    1715469480000,
                    1715469600000,
                    1715469720000,
                    1715469840000,
                    1715469960000,
                    1715470080000,
                    1715470200000,
                    1715470320000,
                    1715470440000,
                    1715470560000,
                    1715470680000,
                    1715470800000,
                    1715470920000,
                    1715471040000,
                    1715471160000,
                    1715471280000,
                    1715471400000,
                    1715471520000,
                    1715471640000,
                    1715471760000,
                    1715471880000,
                    1715472000000,
                    1715472120000,
                    1715472240000,
                    1715472360000,
                    1715472480000,
                    1715472600000,
                    1715472720000,
                    1715472840000,
                    1715472960000,
                    1715473080000,
                    1715473200000,
                    1715473320000,
                    1715473440000,
                    1715473560000,
                    1715473680000,
                    1715473800000,
                    1715473920000,
                    1715474040000,
                    1715474160000,
                    1715474280000,
                    1715474400000,
                    1715474520000,
                    1715474640000,
                    1715474760000,
                    1715474880000,
                    1715475000000,
                    1715475120000,
                    1715475240000,
                    1715475360000,
                    1715475480000,
                    1715475600000,
                    1715475720000,
                    1715475840000,
                    1715475960000,
                    1715476080000,
                    1715476200000,
                    1715476320000,
                    1715476440000,
                    1715476560000,
                    1715476680000,
                    1715476800000,
                    1715476920000,
                    1715477040000,
                    1715477160000,
                    1715477280000,
                    1715477400000,
                    1715477520000,
                    1715477640000,
                    1715477760000,
                    1715477880000,
                    1715478000000,
                    1715478120000,
                    1715478240000,
                    1715478360000,
                    1715478480000,
                    1715478600000,
                    1715478720000,
                    1715478840000,
                    1715478960000,
                    1715479080000,
                    1715479200000,
                    1715479320000,
                    1715479440000,
                    1715479560000,
                    1715479680000,
                    1715479800000,
                    1715479920000,
                    1715480040000,
                    1715480160000,
                    1715480280000,
                    1715480400000,
                    1715480520000,
                    1715480640000,
                    1715480760000,
                    1715480880000,
                    1715481000000,
                    1715481120000,
                    1715481240000,
                    1715481360000,
                    1715481480000,
                    1715481600000,
                    1715481720000,
                    1715481840000,
                    1715481960000,
                    1715482080000,
                    1715482200000,
                    1715482320000,
                    1715482440000,
                    1715482560000,
                    1715482680000,
                    1715482800000,
                    1715482920000,
                    1715483040000,
                    1715483160000,
                    1715483280000,
                    1715483400000,
                    1715483520000,
                    1715483640000,
                    1715483760000,
                    1715483880000,
                    1715484000000,
                    1715484120000,
                    1715484240000,
                    1715484360000,
                    1715484480000,
                    1715484600000,
                    1715484720000,
                    1715484840000,
                    1715484960000,
                    1715485080000,
                    1715485200000,
                    1715485320000,
                    1715485440000,
                    1715485560000,
                    1715485680000,
                    1715485800000,
                    1715485920000,
                    1715486040000,
                    1715486160000,
                    1715486280000,
                    1715486400000,
                    1715486520000,
                    1715486640000,
                    1715486760000,
                    1715486880000,
                    1715487000000,
                    1715487120000,
                    1715487240000,
                    1715487360000,
                    1715487480000,
                    1715487600000,
                    1715487720000,
                    1715487840000,
                    1715487960000,
                    1715488080000,
                    1715488200000,
                    1715488320000,
                    1715488440000,
                    1715488560000,
                    1715488680000,
                    1715488800000,
                    1715488920000,
                    1715489040000,
                    1715489160000,
                    1715489280000,
                    1715489400000,
                    1715489520000,
                    1715489640000,
                    1715489760000,
                    1715489880000,
                    1715490000000,
                    1715490120000,
                    1715490240000,
                    1715490360000,
                    1715490480000,
                    1715490600000,
                    1715490720000,
                    1715490840000,
                    1715490960000,
                    1715491080000,
                    1715491200000,
                    1715491320000,
                    1715491440000,
                    1715491560000,
                    1715491680000,
                    1715491800000,
                    1715491920000,
                    1715492040000,
                    1715492160000,
                    1715492280000,
                    1715492400000,
                    1715492520000,
                    1715492640000,
                    1715492760000,
                    1715492880000,
                    1715493000000,
                    1715493120000,
                    1715493240000,
                    1715493360000,
                    1715493480000,
                    1715493600000,
                    1715493720000,
                    1715493840000,
                    1715493960000,
                    1715494080000,
                    1715494200000,
                    1715494320000,
                    1715494440000,
                    1715494560000,
                    1715494680000,
                    1715494800000,
                    1715494920000,
                    1715495040000,
                    1715495160000,
                    1715495280000,
                    1715495400000,
                    1715495520000,
                    1715495640000,
                    1715495760000,
                    1715495880000,
                    1715496000000,
                    1715496120000,
                    1715496240000,
                    1715496360000,
                    1715496480000,
                    1715496600000,
                    1715496720000,
                    1715496840000,
                    1715496960000,
                    1715497080000,
                    1715497200000,
                    1715497320000,
                    1715497440000,
                    1715497560000,
                    1715497680000,
                    1715497800000,
                    1715497920000,
                    1715498040000,
                    1715498160000,
                    1715498280000,
                    1715498400000,
                    1715498520000,
                    1715498640000,
                    1715498760000,
                    1715498880000,
                    1715499000000,
                    1715499120000,
                    1715499240000,
                    1715499360000,
                    1715499480000,
                    1715499600000,
                    1715499720000,
                    1715499840000,
                    1715499960000,
                    1715500080000,
                    1715500200000,
                    1715500320000,
                    1715500440000,
                    1715500560000,
                    1715500680000,
                    1715500800000,
                    1715500920000,
                    1715501040000,
                    1715501160000,
                    1715501280000,
                    1715501400000,
                    1715501520000,
                    1715501640000,
                    1715501760000,
                    1715501880000,
                    1715502000000,
                    1715502120000,
                    1715502240000,
                    1715502360000,
                    1715502480000,
                    1715502600000,
                    1715502720000,
                    1715502840000,
                    1715502960000,
                    1715503080000,
                    1715503200000,
                    1715503320000,
                    1715503440000
                  ],
                  [
                    15.158333333333335,
                    14.883333333333331,
                    14.474999999999993,
                    14.13333333333333,
                    13.774999999999993,
                    13.483333333333343,
                    13.149999999999993,
                    12.766666666666673,
                    12.333333333333329,
                    11.700000000000003,
                    11.341666666666672,
                    10.925000000000011,
                    10.508333333333338,
                    9.999999999999993,
                    9.775000000000004,
                    9.39999999999999,
                    8.991666666666667,
                    8.716666666666661,
                    8.316666666666666,
                    7.849999999999988,
                    7.4583333333333455,
                    7.033333333333336,
                    6.691666666666669,
                    6.333333333333325,
                    5.883333333333336,
                    5.591666666666676,
                    5.3166666666666655,
                    4.966666666666665,
                    4.649999999999998,
                    4.608333333333331,
                    4.608333333333331,
                    4.591666666666667,
                    4.625,
                    4.683333333333333,
                    4.725000000000003,
                    4.758333333333335,
                    4.874999999999997,
                    4.916666666666663,
                    4.908333333333332,
                    4.90833333333333,
                    4.900000000000004,
                    5.158333333333333,
                    5.333333333333334,
                    5.366666666666663,
                    5.324999999999999,
                    5.325000000000001,
                    5.2250000000000005,
                    5.2583333333333355,
                    5.283333333333332,
                    5.349999999999999,
                    5.2333333333333325,
                    5.1750000000000025,
                    5.191666666666668,
                    5.2666666666666675,
                    5.283333333333331,
                    5.2583333333333355,
                    5.483333333333335,
                    5.775000000000005,
                    6.033333333333338,
                    6.241666666666668,
                    6.549999999999998,
                    6.766666666666666,
                    7.016666666666666,
                    7.3999999999999995,
                    7.583333333333335,
                    7.699999999999998,
                    7.833333333333335,
                    8.149999999999995,
                    8.533333333333335,
                    8.700000000000005,
                    9.074999999999998,
                    9.224999999999994,
                    9.341666666666667,
                    9.458333333333332,
                    9.775,
                    10.058333333333339,
                    10.308333333333335,
                    10.491666666666667,
                    10.608333333333334,
                    10.799999999999999,
                    11.174999999999997,
                    11.466666666666672,
                    11.691666666666665,
                    11.925000000000006,
                    12.183333333333334,
                    12.508333333333331,
                    12.516666666666673,
                    12.558333333333335,
                    12.608333333333329,
                    12.625,
                    12.341666666666669,
                    12.308333333333335,
                    12.28333333333334,
                    12.024999999999997,
                    12.06666666666667,
                    11.941666666666675,
                    11.808333333333332,
                    11.658333333333331,
                    11.683333333333326,
                    11.899999999999999,
                    11.708333333333334,
                    11.574999999999998,
                    11.583333333333332,
                    11.691666666666668,
                    11.600000000000001,
                    11.416666666666668,
                    11.341666666666661,
                    11.525000000000002,
                    11.825000000000005,
                    11.93333333333334,
                    11.908333333333335,
                    11.958333333333334,
                    12.008333333333331,
                    12.275000000000004,
                    12.416666666666666,
                    12.508333333333335,
                    12.650000000000002,
                    12.558333333333337,
                    12.475000000000003,
                    12.516666666666671,
                    12.74166666666667,
                    12.958333333333343,
                    13.008333333333331,
                    13.224999999999994,
                    13.399999999999997,
                    13.641666666666673,
                    13.908333333333339,
                    14.37500000000002,
                    14.38333333333333,
                    14.391666666666662,
                    14.541666666666671,
                    14.74166666666667,
                    15.174999999999997,
                    15.375000000000004,
                    15.383333333333335,
                    15.533333333333326,
                    15.600000000000003,
                    15.358333333333329,
                    15.291666666666668,
                    15.225000000000001,
                    15.358333333333336,
                    15.433333333333344,
                    15.50833333333334,
                    15.216666666666674,
                    15.04166666666666,
                    14.833333333333329,
                    14.774999999999997,
                    14.733333333333341,
                    14.94166666666667,
                    15.000000000000004,
                    15.033333333333339,
                    14.858333333333338,
                    14.81666666666666,
                    14.691666666666668,
                    14.491666666666653,
                    14.416666666666655,
                    14.366666666666662,
                    14.075000000000003,
                    14.091666666666669,
                    14.08333333333334,
                    13.949999999999994,
                    13.808333333333337,
                    13.31666666666666,
                    13.191666666666666,
                    13.25,
                    13.366666666666669,
                    13.291666666666664,
                    13.408333333333337,
                    13.108333333333333,
                    13.233333333333325,
                    12.991666666666667,
                    12.941666666666672,
                    12.983333333333333,
                    12.958333333333337,
                    12.958333333333327,
                    13.041666666666664,
                    12.899999999999993,
                    13.116666666666669,
                    12.999999999999995,
                    12.950000000000001,
                    12.866666666666674,
                    12.891666666666666,
                    12.841666666666676,
                    13.049999999999999,
                    13.608333333333329,
                    14.241666666666667,
                    14.63333333333334,
                    14.549999999999992,
                    14.399999999999995,
                    14.316666666666663,
                    14.458333333333327,
                    14.658333333333328,
                    14.950000000000001,
                    15.149999999999997,
                    15.316666666666663,
                    15.258333333333338,
                    15.533333333333337,
                    15.600000000000003,
                    16.03333333333333,
                    16.000000000000004,
                    16.216666666666665,
                    16.208333333333343,
                    16.133333333333333,
                    16.25000000000001,
                    16.283333333333335,
                    16.374999999999996,
                    16.350000000000012,
                    16.30833333333333,
                    16.333333333333343,
                    16.29166666666666,
                    16.48333333333333,
                    16.675,
                    16.758333333333336,
                    16.625,
                    16.183333333333323,
                    15.708333333333329,
                    15.283333333333346,
                    15.375000000000005,
                    15.508333333333342,
                    15.616666666666653,
                    15.441666666666647,
                    15.224999999999998,
                    14.908333333333347,
                    14.91666666666667,
                    14.875000000000002,
                    15.233333333333325,
                    15.083333333333341,
                    15.18333333333333,
                    15.241666666666662,
                    15.31666666666667,
                    15.174999999999999,
                    14.983333333333334,
                    15.058333333333334,
                    15.025000000000004,
                    15.133333333333326,
                    15.016666666666666,
                    15.116666666666669,
                    15.058333333333344,
                    15,
                    15.075000000000001,
                    15.008333333333335,
                    14.983333333333327,
                    15.075000000000005,
                    15.124999999999998,
                    15.174999999999994,
                    15.125,
                    15.125,
                    14.941666666666674,
                    14.999999999999998,
                    14.916666666666671,
                    15.075,
                    14.90833333333334,
                    15.041666666666664,
                    14.824999999999992,
                    14.56666666666666,
                    14.241666666666674,
                    14.30833333333332,
                    14.091666666666669,
                    14.024999999999993,
                    13.775000000000007,
                    13.866666666666662,
                    14.208333333333334,
                    14.15000000000001,
                    14.108333333333345,
                    14.000000000000004,
                    14.233333333333333,
                    14.74166666666668,
                    14.700000000000001,
                    14.6,
                    14.408333333333339,
                    14.425000000000006,
                    14.158333333333335,
                    14.050000000000004,
                    14.19999999999999,
                    14.591666666666665,
                    15.05833333333333,
                    15.299999999999992,
                    15.850000000000009,
                    15.891666666666664,
                    15.691666666666666,
                    15.38333333333334,
                    15.63333333333333,
                    15.599999999999994,
                    15.449999999999998,
                    15.716666666666672,
                    15.64166666666667,
                    15.475000000000003,
                    15.54166666666666,
                    15.166666666666666,
                    15.291666666666675,
                    15.258333333333322,
                    15.016666666666676,
                    14.825000000000006,
                    14.808333333333326,
                    14.758333333333328,
                    14.741666666666676,
                    14.291666666666666,
                    14.249999999999998,
                    14.399999999999995,
                    14.683333333333328,
                    14.63333333333334,
                    14.833333333333318,
                    14.866666666666674,
                    14.708333333333337,
                    14.30833333333333,
                    13.858333333333327,
                    13.641666666666662,
                    13.208333333333341,
                    13,
                    13.233333333333336,
                    13.474999999999994,
                    13.366666666666667,
                    13.424999999999999,
                    13.549999999999999,
                    13.416666666666668,
                    13.333333333333332,
                    13.583333333333334,
                    13.50833333333333,
                    13.700000000000006,
                    13.791666666666668,
                    13.725000000000001,
                    13.749999999999996,
                    13.749999999999995,
                    13.666666666666673,
                    13.766666666666664,
                    13.599999999999994,
                    13.416666666666666,
                    13.366666666666669,
                    13.133333333333331,
                    13.15,
                    13.100000000000005,
                    13.116666666666662,
                    13.21666666666667,
                    13.066666666666666,
                    12.98333333333332,
                    13.141666666666666,
                    12.966666666666665,
                    12.924999999999999,
                    12.84166666666667,
                    12.974999999999998,
                    12.766666666666666,
                    12.683333333333334,
                    12.416666666666666,
                    12.274999999999997,
                    12.34166666666667,
                    12.59166666666667,
                    12.383333333333342,
                    12.374999999999995,
                    12.316666666666668,
                    12.283333333333339,
                    12.391666666666659,
                    12.450000000000005,
                    12.46666666666666,
                    12.449999999999992,
                    12.208333333333343,
                    11.925,
                    11.95833333333334,
                    11.94166666666667,
                    11.89166666666667,
                    11.725000000000001,
                    11.725000000000005,
                    11.500000000000004,
                    11.31666666666667,
                    11.258333333333331,
                    11.166666666666664,
                    10.816666666666665,
                    10.966666666666663,
                    10.95833333333333,
                    11.016666666666671,
                    10.941666666666665,
                    11.049999999999997,
                    11.191666666666665,
                    11.29166666666667,
                    11.308333333333342,
                    11.241666666666665,
                    11.13333333333333,
                    11.008333333333338,
                    11.199999999999996,
                    11.283333333333339,
                    11.324999999999998,
                    11.341666666666663,
                    11.341666666666672,
                    11.541666666666673,
                    11.725000000000009,
                    11.783333333333337,
                    12.15,
                    12.199999999999994,
                    12.308333333333326,
                    12.358333333333336,
                    12.408333333333337,
                    12.583333333333334,
                    12.741666666666669,
                    12.691666666666668,
                    12.958333333333334,
                    13.300000000000008,
                    13.366666666666664,
                    13.408333333333337,
                    13.624999999999993,
                    13.641666666666667,
                    13.700000000000003,
                    13.841666666666661,
                    13.991666666666667,
                    14.241666666666667,
                    14.45000000000001,
                    14.450000000000012,
                    14.475,
                    14.533333333333342,
                    14.483333333333336,
                    14.683333333333339,
                    14.708333333333334,
                    14.475000000000001,
                    14.483333333333343,
                    14.48333333333334,
                    14.533333333333333,
                    14.508333333333336,
                    14.491666666666667,
                    14.450000000000005,
                    14.35,
                    14.683333333333323,
                    14.658333333333339,
                    14.466666666666667,
                    14.316666666666663,
                    14.36666666666667,
                    14.091666666666672,
                    13.758333333333328,
                    13.874999999999996,
                    13.68333333333334,
                    13.333333333333336,
                    13.191666666666663,
                    12.900000000000002,
                    12.78333333333335,
                    12.333333333333329,
                    12.241666666666669,
                    11.991666666666667,
                    11.650000000000002,
                    11.274999999999999,
                    11.175,
                    11.024999999999999,
                    10.49166666666667,
                    10.158333333333333,
                    9.983333333333327,
                    9.675000000000002,
                    9.408333333333331,
                    9.116666666666667,
                    8.991666666666664,
                    8.533333333333326,
                    8.40000000000001,
                    8.308333333333326,
                    8.000000000000002,
                    7.858333333333336,
                    7.600000000000006,
                    7.449999999999997,
                    7.525,
                    7.591666666666665,
                    7.3666666666666725,
                    7.149999999999995,
                    7.291666666666661,
                    7.133333333333333,
                    7.2583333333333435,
                    7.191666666666667,
                    7.300000000000001,
                    7.449999999999999,
                    7.108333333333332,
                    7.000000000000002,
                    7.191666666666663,
                    7.1750000000000025,
                    7.049999999999997,
                    6.933333333333332,
                    7.041666666666665,
                    7.2166666666666694,
                    7.566666666666661,
                    7.725000000000001,
                    7.79166666666667,
                    7.824999999999995,
                    8.124999999999998,
                    8.566666666666666,
                    8.991666666666664,
                    9.266666666666666,
                    9.26666666666667,
                    9.549999999999999,
                    9.841666666666661,
                    9.983333333333341,
                    10.166666666666666,
                    10.325000000000001,
                    10.74166666666666,
                    11.158333333333335,
                    11.341666666666667,
                    11.800000000000002,
                    12.033333333333324,
                    12.425000000000006,
                    12.258333333333331,
                    12.40833333333334,
                    12.666666666666663,
                    13.208333333333329,
                    13.741666666666665,
                    14.366666666666667,
                    14.975,
                    15.316666666666668,
                    15.724999999999996,
                    15.866666666666665,
                    16.099999999999994,
                    16.51666666666667,
                    17.03333333333334,
                    17.53333333333333,
                    17.96666666666666,
                    18.20000000000001,
                    18.25833333333334,
                    18.508333333333333,
                    19.074999999999996,
                    19.383333333333336,
                    19.70833333333332,
                    20.21666666666667,
                    20.33333333333332,
                    20.591666666666672,
                    20.81666666666668,
                    20.974999999999998,
                    21.124999999999993,
                    21.466666666666676,
                    21.458333333333343,
                    21.55000000000001,
                    22.02499999999999,
                    22.47499999999999,
                    22.816666666666666,
                    22.900000000000002,
                    22.84166666666666,
                    22.925000000000008,
                    22.941666666666674,
                    23.183333333333337,
                    23.1,
                    23.224999999999994,
                    23.23333333333333,
                    23.249999999999993,
                    23.225000000000005,
                    23.175000000000015,
                    23.075,
                    23.016666666666673,
                    22.866666666666667,
                    22.899999999999984,
                    22.816666666666674,
                    22.700000000000003,
                    22.749999999999986,
                    22.65833333333333,
                    22.608333333333345,
                    22.550000000000008,
                    22.600000000000005,
                    22.550000000000004,
                    22.641666666666655,
                    22.54999999999999,
                    22.758333333333336,
                    22.908333333333328,
                    23.000000000000018,
                    22.825,
                    22.858333333333334,
                    22.85000000000002,
                    22.89166666666667,
                    22.908333333333317,
                    22.900000000000013,
                    22.91666666666666,
                    23.116666666666664,
                    23.058333333333337,
                    23.2,
                    23.258333333333322,
                    23.224999999999994,
                    23.26666666666667,
                    23.274999999999995,
                    23.34166666666666,
                    23.499999999999986,
                    23.508333333333326,
                    23.441666666666688,
                    23.441666666666677,
                    23.466666666666693,
                    23.55,
                    23.63333333333333,
                    23.775000000000002,
                    23.65000000000001,
                    23.774999999999995,
                    23.75000000000001,
                    23.641666666666673,
                    23.591666666666672,
                    23.533333333333342,
                    23.425000000000008,
                    23.475,
                    23.416666666666675,
                    23.441666666666666,
                    23.366666666666664,
                    23.250000000000004,
                    23.291666666666675,
                    23.258333333333336,
                    23.166666666666664,
                    23.200000000000014,
                    23.141666666666662,
                    23.174999999999994,
                    23.03333333333333,
                    23.05833333333332,
                    23.041666666666657,
                    22.899999999999995,
                    22.950000000000006,
                    22.99166666666666,
                    22.933333333333344,
                    22.89166666666667,
                    22.92499999999999,
                    22.833333333333343,
                    22.78333333333334,
                    22.59166666666666,
                    22.641666666666676,
                    22.608333333333334,
                    22.600000000000012,
                    22.675,
                    22.433333333333348,
                    22.24166666666667,
                    22.325,
                    22.21666666666666,
                    22.249999999999996,
                    22.216666666666672,
                    22.199999999999996,
                    22.124999999999993,
                    22.100000000000016,
                    21.983333333333334,
                    22.041666666666664,
                    22.08333333333334,
                    21.966666666666644,
                    21.908333333333324,
                    22.008333333333347,
                    21.933333333333334,
                    22.000000000000004,
                    22.10000000000001,
                    22.08333333333333,
                    22.000000000000007,
                    22.116666666666685,
                    22.24166666666665,
                    21.974999999999994,
                    22.175,
                    22.01666666666666,
                    22.058333333333334,
                    22.06666666666666,
                    21.908333333333324,
                    21.741666666666667,
                    21.61666666666666,
                    21.508333333333322,
                    21.425000000000004,
                    21.091666666666665,
                    21.11666666666666,
                    20.833333333333332,
                    20.716666666666676,
                    20.699999999999992,
                    20.699999999999996,
                    20.249999999999996,
                    20.25833333333332,
                    20.075000000000006,
                    19.80000000000001,
                    19.40833333333334,
                    19.175000000000008,
                    19.008333333333326,
                    18.800000000000004,
                    18.458333333333332,
                    18.3,
                    18.216666666666676,
                    18.16666666666666,
                    17.941666666666663,
                    17.64166666666667,
                    17.50833333333333,
                    17.358333333333327,
                    17.441666666666666,
                    17.216666666666672,
                    17.09166666666666,
                    17.083333333333336,
                    16.933333333333323,
                    16.849999999999998,
                    16.89166666666667,
                    16.66666666666667,
                    16.666666666666654,
                    16.608333333333334,
                    16.65833333333334,
                    16.408333333333335,
                    16.141666666666666,
                    16.008333333333326,
                    16.249999999999996,
                    16.116666666666667,
                    16.074999999999996,
                    16.258333333333326,
                    16.44166666666668,
                    16.49999999999999,
                    16.408333333333342,
                    16.408333333333328,
                    16.458333333333343,
                    16.241666666666646,
                    16.058333333333323,
                    15.59166666666666,
                    15.383333333333338,
                    15.183333333333323,
                    15.05,
                    14.658333333333342,
                    14.300000000000015,
                    14.22500000000002,
                    13.741666666666672,
                    13.625000000000009,
                    13.533333333333328,
                    13.450000000000003,
                    13.316666666666668,
                    13.483333333333333,
                    13.316666666666666,
                    13.041666666666668,
                    12.75000000000001,
                    12.766666666666673,
                    12.666666666666657,
                    12.508333333333338,
                    12.308333333333342,
                    12.208333333333332,
                    12.13333333333333,
                    11.891666666666662,
                    11.799999999999992,
                    11.666666666666666,
                    11.758333333333331,
                    11.783333333333337,
                    11.691666666666666,
                    11.866666666666664,
                    11.775000000000002,
                    11.966666666666663,
                    12.008333333333331,
                    12.191666666666672,
                    12.291666666666664
                  ]
                ]
              }
            }
          ]
        }
      ],
      "title": "Reproduced with embedded data",
      "type": "timeseries"
    },
    {
      "gridPos": {
        "h": 7,
        "w": 9,
        "x": 15,
        "y": 0
      },
      "id": 5,
      "options": {
        "content": "<table width=\"100%\">\n    <tr>\n      <th width=\"2%\">Panel</th>\n      <td >timeseries @ 10.4.2 (701c851be7a930e04fbc6ebb1cd4254da80edd4c)</td>\n    </tr>\n    <tr>\n      <th>Queries</th>\n      <td>A[prometheus]</td>\n    </tr>\n    \n    <tr><th>Data</th><td> 1 frames, 2 fields, 721 rows </td></tr>\n    \n    <tr>\n      <th>Grafana</th>\n      <td>10.4.2 (701c851be7a930e04fbc6ebb1cd4254da80edd4c) // Open Source</td>\n    </tr>\n  </table>",
        "mode": "html"
      },
      "title": "Debug info",
      "type": "text"
    },
    {
      "id": 6,
      "title": "Original Panel JSON",
      "type": "text",
      "gridPos": {
        "h": 13,
        "w": 9,
        "x": 15,
        "y": 7
      },
      "options": {
        "content": "{\n  \"datasource\": {\n    \"type\": \"prometheus\",\n    \"uid\": \"a6fe3c81-4379-454c-b163-cb070cbf7e8c\"\n  },\n  \"description\": \"\",\n  \"fieldConfig\": {\n    \"defaults\": {\n      \"custom\": {\n        \"drawStyle\": \"line\",\n        \"lineInterpolation\": \"linear\",\n        \"barAlignment\": 0,\n        \"lineWidth\": 2,\n        \"fillOpacity\": 21,\n        \"gradientMode\": \"scheme\",\n        \"spanNulls\": false,\n        \"insertNulls\": false,\n        \"showPoints\": \"auto\",\n        \"pointSize\": 5,\n        \"stacking\": {\n          \"mode\": \"none\",\n          \"group\": \"A\"\n        },\n        \"axisPlacement\": \"auto\",\n        \"axisLabel\": \"\",\n        \"axisColorMode\": \"text\",\n        \"axisBorderShow\": false,\n        \"scaleDistribution\": {\n          \"type\": \"linear\"\n        },\n        \"axisCenteredZero\": false,\n        \"hideFrom\": {\n          \"tooltip\": false,\n          \"viz\": false,\n          \"legend\": false\n        },\n        \"thresholdsStyle\": {\n          \"mode\": \"dashed\"\n        }\n      },\n      \"color\": {\n        \"mode\": \"thresholds\",\n        \"seriesBy\": \"last\"\n      },\n      \"mappings\": [],\n      \"thresholds\": {\n        \"mode\": \"absolute\",\n        \"steps\": [\n          {\n            \"color\": \"red\",\n            \"value\": null\n          },\n          {\n            \"color\": \"orange\",\n            \"value\": 0\n          },\n          {\n            \"color\": \"yellow\",\n            \"value\": 13\n          },\n          {\n            \"color\": \"green\",\n            \"value\": 20\n          }\n        ]\n      },\n      \"unit\": \"dB\"\n    },\n    \"overrides\": []\n  },\n  \"gridPos\": {\n    \"h\": 8,\n    \"w\": 12,\n    \"x\": 0,\n    \"y\": 13\n  },\n  \"id\": 10,\n  \"options\": {\n    \"tooltip\": {\n      \"mode\": \"single\",\n      \"sort\": \"none\"\n    },\n    \"legend\": {\n      \"showLegend\": true,\n      \"displayMode\": \"list\",\n      \"placement\": \"bottom\",\n      \"calcs\": []\n    }\n  },\n  \"targets\": [\n    {\n      \"datasource\": {\n        \"type\": \"prometheus\",\n        \"uid\": \"a6fe3c81-4379-454c-b163-cb070cbf7e8c\"\n      },\n      \"editorMode\": \"code\",\n      \"expr\": \"avg_over_time(mikrotik_lte_sinr[1h])\",\n      \"instant\": false,\n      \"legendFormat\": \"{{interface}}@{{instance}}\",\n      \"range\": true,\n      \"refId\": \"A\"\n    }\n  ],\n  \"title\": \"SINR\",\n  \"type\": \"timeseries\"\n}",
        "mode": "code",
        "code": {
          "language": "json",
          "showLineNumbers": true,
          "showMiniMap": true
        }
      }
    },
    {
      "id": 3,
      "title": "Data from panel above",
      "type": "table",
      "datasource": {
        "type": "datasource",
        "uid": "-- Dashboard --"
      },
      "gridPos": {
        "h": 7,
        "w": 15,
        "x": 0,
        "y": 13
      },
      "options": {
        "showTypeIcons": true
      },
      "targets": [
        {
          "datasource": {
            "type": "datasource",
            "uid": "-- Dashboard --"
          },
          "panelId": 2,
          "withTransforms": true,
          "refId": "A"
        }
      ]
    }
  ],
  "schemaVersion": 37,
  "title": "Debug: SINR // 2024-05-12 10:44:15",
  "tags": [
    "debug",
    "debug-timeseries"
  ],
  "time": {
    "from": "2024-05-11T08:44:15.245Z",
    "to": "2024-05-12T08:44:15.245Z"
  }
}

Environment (with versions)?

Grafana: Grafana v10.4.2 (701c851)
OS: Arch Linux + KDE Plasma
Browser: Chromium 122.0.6261.128

Grafana platform?

Docker

Datasource(s)?

Prometheus

@leeoniya leeoniya added the area/panel/timeseries The main time series Graph panel label May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/panel/timeseries The main time series Graph panel
Projects
None yet
Development

No branches or pull requests

2 participants