No data in response

Hi all, is there a way to customize the “No data in response” message that comes up when your query returns nothing? I’m using the infinity plugin to query an api returning json and what I’m trying to do is inform the user that there are no patterns to visualize if the api endpoing returns nothing.

I’ve tried editing the No Value option.

I don’t think there is way to customize this as this is coming directly from grafana ui not the datasource. One option is if you are using infinity backend parser, you can write JSONata in such a way it handles the no data response to something meaningful to your situation.

Is there a way to get the “No Value” to trigger on bar charts? I’m not sure why that’s not being triggered as it is on other panels.

ah right… Seems to be barchart doesn’t honour this setting.

Created a PR for this issue. BarChart: No data display option from standard config by yesoreyeram · Pull Request #98134 · grafana/grafana · GitHub

1 Like

Oh ok thanks. I thought that I was missing something. I subscribed to that PR