NatelEnergy / grafana-plotly-panel

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

field mapping keys should survive changing queries #34

Closed ryantxu closed 6 years ago

ryantxu commented 6 years ago

Perhaps fixing #7

Currently we are saving keys like A@index and A@theMetricName When the query changes, all configuraiton with theMetricName breaks

We should look at saving: A@value or A@[3] (for table columns) to reference the query results

ryantxu commented 6 years ago

this was incorporated