Duplicated
Last Updated: 02 Aug 2022 06:16 by ADMIN
Created by: Enrico
Comments: 1
Category: LinearGauge
Type: Feature Request
1

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