Hi i have a below table
i have been trying to represent it in a heat map i can see the percentage value in the blocks but how can i get the severity values => very high,high medium represented in the blocks
In my research you need 3 values and your table only as 2. Heat maps are representing change of value over interval of time by category.
| timechart span=<interval> max(<value>) as perc by <field_name>