-
What Grafana version and what operating system are you using?
Grafana v10.3.1 (00a22ff8b2) -
What are you trying to achieve?
Plot line chart with multiple series and each with its own color. -
How are you trying to achieve it?
Select different visualizations. -
What happened?
Trend: no graph is plotted.
XY Chart: series are plotted but with same color.
Hi community,
I extracted data from InfluxDB, and after applying some transformations I obtain data like:
quantity,animal,probability
1000,“dog”,0.203
1000,“cat”,0.225
1000,“turtle”,0.264
1000,“eagle”,0.204
1000,“rat”,0.197
1000,“lion”,0.251
2000,“dog”,0.204
2000,“cat”,0.250
2000,“turtle”,0.269
From this I want to plot a graph where x-axis is quantity, y-axis is probability, and each animal has its own line.
Which visualisation to choose?
1 post - 1 participant