Hi,
I try to add a radial gauge. the scale is <1mio green, <50 mio yelloy and above 100mio red...
Is there a way to scale the gauge, so that the green field isn't that small?
Thank you
I would try scaling the data first then visualizing the scaled data:
| eval scaledData = log(data, 10)
I would try scaling the data first then visualizing the scaled data:
| eval scaledData = log(data, 10)