Rogue panel - Zoom and Cursors

  • What Grafana version and what operating system are you using? V 11.2.0 on Windows 10 (current).

  • What are you trying to achieve? see below

  • How are you trying to achieve it? see below

  • What happened?
    I have a dashboard with 8 time series panels on it. One of the panels has started to behave oddly.
    1, On all the panels except the rogue I can left click and select a time span of interest and when I release the button the display of all panels will zoom to that time span. On the rogue panel I can left click and drag and a span is highlighted but when I release the button the highlight disappears and none of the panels zoom.

  1. If I move he mouse over a data area of any of the panels a time corresponding dot shows up on all the other panels except the rogue, and if I move the cursor over the rogue I see a vertical line but no dot and also no dot on any other panel.

This is a fairly recent development but I cannot relate the change to any specific update or event.

  • Can you copy/paste the configuration(s) that you are having problems with?

Here is the json of the rogue panel:
“datasource”: {
“type”: “influxdb”,
“uid”: “s6dWfU27k”
},
“fieldConfig”: {
“defaults”: {
“custom”: {
“drawStyle”: “bars”,
“lineInterpolation”: “linear”,
“barAlignment”: 1,
“barWidthFactor”: 0.6,
“lineWidth”: 1,
“fillOpacity”: 0,
“gradientMode”: “none”,
“spanNulls”: false,
“insertNulls”: false,
“showPoints”: “auto”,
“pointSize”: 1,
“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”: “off”
}
},
“color”: {
“mode”: “fixed”,
“fixedColor”: “dark-blue”
},
“mappings”: ,
“thresholds”: {
“mode”: “absolute”,
“steps”: [
{
“color”: “green”,
“value”: null
},
{
“color”: “red”,
“value”: 80
}
]
}
},
“overrides”:
},
“gridPos”: {
“h”: 4,
“w”: 24,
“x”: 0,
“y”: 0
},
“id”: 2,
“options”: {
“tooltip”: {
“mode”: “none”,
“sort”: “none”
},
“legend”: {
“showLegend”: true,
“displayMode”: “list”,
“placement”: “bottom”,
“calcs”: [
“sum”
]
}
},
“targets”: [
{
“groupBy”: ,
“measurement”: “pulses/min”,
“orderByTime”: “ASC”,
“policy”: “default”,
“refId”: “A”,
“resultFormat”: “time_series”,
“select”: [
[
{
“params”: [
“value”
],
“type”: “field”
}
]
],
“tags”:
}
],
“title”: “Water Consumption”,
“type”: “timeseries”
}

  • Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were. No errors in the UI or log

  • Did you follow any online instructions? If so, what is the URL? No