Good morning,
we are using LinearGauge in our Blazor WASM app and we noticed a very unexpected behaviour: every time the input value change the indicator restarts from 0 (or from min value). This can be simply view also from your live demos.
In our case it is very bad because there is a continuous value update that we need to show it linearly, for example think a very precise temperature sensor, rpm sensor, etc....
We didn't find anything in our docs to achieve that but we think that is a very necessary implementation and it needs to work also with StateHasChanged() because it isn't always possible to have component reference to call methods.
So we are asking for a component that cache the old value and move to the new one starting from the old one.
Thank you
Hi Enrico,
Indeed, I agree the described behavior can be confusing in your case. I am sorry if this is giving you a hard time.
As there is no current workaround, I can only suggest using different UI to display the value. Perhaps a ProgressBar or a Slider may be suitable.
Regards,
Dimo
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.