Hi,
I’m new to influxdb and grafana and started experimenting and running into a simple problem. I have created a measure/table with the following data
time category series_name value
2017-07-18T15:01:55.1561861Z velocity NC18 300
2017-07-18T15:02:09.3073481Z velocity NC19 250
2017-07-18T15:02:18.6114822Z velocity NC20 245
2017-07-18T15:03:12.1816292Z capacity NC18 245
2017-07-19T07:55:33.3197493Z capacity NC20 200
2017-07-19T07:55:45.8989077Z capacity NC19 200
What I want is to plot two seperate lines on a single graph based on the category_name like below…
X-Axis - Series Name
Y-Axis - one line graph based on the values of category → velocity
Y-Axis - one line graph based on the values of category → capacity
below is the graph I want to plot in grafana can someone help.