ae3e / ae3e-plotly-panel

Plotly panel for Grafana
Apache License 2.0
98 stars 22 forks source link

Cannot read property 'data' of undefined - results in the plugin no longer working #30

Closed HenrikRolandHansen closed 3 years ago

HenrikRolandHansen commented 3 years ago

When using the plugin with data queries that results in no data, the plugin creates the warning "Cannot read property 'data' of undefined"

First it would be nice if the plugin returned blank page with "no data" like other plugins.

If a query results in the "Cannot read property 'data' of undefined" and I make a new query that returns data, the plugin continues to show "Cannot read property 'data' of undefined". Only way to make the plugin work again is by refreshing the explore/chrome/edge.

image

Kyle6699 commented 3 years ago

I have the same issue!

Kyle6699 commented 3 years ago

The plugin really nice for me!!!! thank you! but seems to have some compatibility issues with Grafana, such as the slow loading of the plugin when first opened and crash when I choose a time range of series graph.

Kyle6699 commented 3 years ago

image If choose absolute time range, it will have error "Cannot read property 'data' of undefined". and if choose relative time range, it's normal..