我在 Splunk 中有以下查询(来自 xml 源),它允许我为要在 Splunk 仪表板中显示的值范围分配颜色
<option name="rangeValues">[30.99,60.99,89.99]</option>```
Is it possible to use the same method for Kusto dashboard. Because right now I use the conditional formating in Visual settings. But I want check if there is an option to use the range colors within Kusto code. I checked in Google so far no options. Any suggestopons pls. Thanks.