I have an implementation which requires that the scale range for Kendo Radial Gauge which means the values of [from] and [to] of <kendo-radialgauge-scale-range> tag continuously changes as a continuous stream of inputs is supplied to the gauge.
https://www.telerik.com/kendo-angular-ui/components/gauges/radialgauge/scale-ranges/
However when the values of [from] or [to] changes I have noticed the pointer in the gauge drops to zero first and then returns back to the current value. I want to be able to change the values of [from] and [to] of the scale range without the pointer dropping to zero. Is there a way to achieve this?