You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new panel with Azure Monitor as data source
Create a new query where Service is set to Azure Log Analytics
Write a Kusto query where valid results are returned
Add another Kusto query where no results are returned
Resulting and expected behaviour
As a result I get the following error message. It is popping up on every refresh of the panel.
The expected behaviour would be to not have this error message. It would also be convenient to have an option to either show the label name in the legend or hide labels with no data.
System information
Grafana: v7.3.1
Discrete Panel: 0.1.0
The text was updated successfully, but these errors were encountered:
I managed to fix this problem by changing line 360 in src/module.ts from if (time) { to if (time && frame.length > 0) {. frame.length > 0 filters out all frames which don't contain values.
Steps to reproduce the bug
Resulting and expected behaviour

As a result I get the following error message. It is popping up on every refresh of the panel.
The expected behaviour would be to not have this error message. It would also be convenient to have an option to either show the label name in the legend or hide labels with no data.
System information
The text was updated successfully, but these errors were encountered: