ae3e / ae3e-plotly-panel

Plotly panel for Grafana
Apache License 2.0
94 stars 24 forks source link

Changing timerange or refreshing prompts browser for saving changes when closing dashboard #45

Open MarcoPignati opened 2 years ago

MarcoPignati commented 2 years ago

I am using this plugin for histograms and scatter plots. If I change timerange or refresh the dashboard and then close it I am prompted by the browser to save the changes. This is unexpected and it is not the normal behavior under grafana.

I investigated a bit and in my case this is due to the autorange of my x and y axis (see figure). I set it to true (unfortunately I cannot change it ) and upon refresh the range values gets changed. This, in turn, changes the json model of the dashboard so the browser asks for saving changes.

image

I tried to remove the range property and save, but it comes back. I also tried to force range between 0-100 keeping autorange true, but the range values are overwritten. As on grafana this does not happen (axes values are updated after time range change or refresh but browser does not ask to save dashboard) I posted here. Is there anything else I can do?

MarcoPignati commented 2 years ago

Hello, nobody experienced this issue? I am still facing this. Any suggestion?

CliveUnger commented 6 months ago

I also have this issue,