Select JSON value and fill the value with the following data:- percentage - set percentage
- color - set color for a threshold in HEX format.
You can select one of the colors here or use your own. - threshold - set an amount per hour. When the threshold is reached, the percentage and color change.
For other values of the Time filter, the threshold values are scaled accordingly, e.g. 30 minutes → theshold/2; 8 hours → threshold*8. 1[
2 {
3 "percentage": 25,
4 "color": "#D23B3B",
5 "threshold": 0
6 },
7 {
8 "percentage": 75,
9 "color": "#EF8F00",
10 "threshold": 3000
11 },
12 {
13 "percentage": 100,
14 "color": "#4CAF50",
15 "threshold": 4000
16 }
17]