NatelEnergy / grafana-plotly-panel

Show plotly graph in grafana panel
MIT License
145 stars 58 forks source link

Axes labels do not react to template variables changes #94 #96

Open corpglory-dev opened 4 years ago

corpglory-dev commented 4 years ago

Fixes #94

This PR fixes the problem that axes labels do not react to template variables changes.

When you change a template variable, only metrics are re-rendered. Axes are re-rendered only when you change panel config.

Changes:

Other changes: