It's a simple query. I am just trying to give different color to different legends in my bar graph. below is the XML| datamodel Incident_Management Notable_Events search | stats count by severity -24h@h now 1 |
But in the dashboard, it's giving just one color to all bars i.e., the color code "0x40ff00". I think it's probably because in the bar chart the there's just one legend i.e., "count". Can somebody help how can i sort this out. I want color in the following format to the bars
high-orange
severe-red
low-green
medium-blue
↧