NatelEnergy / grafana-plotly-panel

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

Showing Different colors with respective Status #106

Open sak6 opened 4 years ago

sak6 commented 4 years ago

I used MySQL as datasource and used Scatter Plotter (natel-plotly-panel) for Visualization. The status represent (1-Red,2-Green,3-Yellow) in Y axis and interface_name in X axis, How we can plot status in different colors vs interfaceName? Can we change the plot shaped based on stauts. The tables doesn’t have timefield. Table: Interface_name | Status Interface1 | 1 Interface2 | 2 Interface3 | 3 Interface3 | 2

Regards, Karthikeyan S