NatelEnergy / grafana-plotly-panel

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

Automatic split by metric #118

Open lpnaunau opened 3 years ago

lpnaunau commented 3 years ago

Hi !

Is there any way to split an axis based on a metric ? I have the following data structure: “index;x;uuid” I can display index as x axis and x as y axis but I'd like to automatically split the axis by uuid. Is it possible ? (I'm using InfluxDB)

Many thanks