ae3e / ae3e-plotly-panel

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

Persisting Configuration and User Setting on Query Refresh #20

Open nunnsy opened 3 years ago

nunnsy commented 3 years ago

It looks like whenever a data query refresh occurs, both the panel configuration and user settings on the graph are not persisted.

For example, when using a 5 second refresh normally, I need to turn refresh completely off to be able to edit any of the scripts in the config, otherwise they will revert to the previous state before the beginning of that particular edit.

Furthermore, if I have a legend on a plot, click off one of the traces, it will reappear in the default state when a query refresh is executed.

Can't seem to find any configuration option to stop this from happening. Is this a bug or intended functionality?