I have the following CSV data. For now, I’m using the Infinity CSV data source and manually providing the data inline until I host it at a url.
Month,Urgent,Critical,Serious,Medium,Minimal
Jan,,,,,
Feb,2,15,109,114,20
Mar,2,15,110,112,10
Apr,2,27,219,174,27
May,2,17,172,161,27
Jun,2,26,134,123,29
Jul,,,,,
Aug,,,,,
Sep,,,,,
Oct,,,,,
Nov,,,,,
Dec,,,,,
I want to visualize the data as a stacked bar graph. I wish I could share images to show you.
Issues:
- Grafana doesn’t display the visualization because there is no numeric data. I have to define each field in the parsing options. Is there a way I can specify this in the CSV?
- Grafana is sorting the columns alphabetically and I want them to appear in the order they are in the CSV.
- I want the data stacked with the most important data on the bottom. Bottom up it should be Urgent, Critical, Serious, Medium, Minimal
- I would like to specify the colour for each field
- Grafana sorts the legend alphabetically, I would like to specify the order of the legend (again, in the order it appears in the CSV)
Hereare sample images in PowerPointg (how I sould like) and Grafana.