Hello,
I'm trying to find a way to update an ArcGauge Blazor component in a way that animates from the old value to the new one: currently, this widget totally restartes the animation from the min value to the current one, whenever it refreshes. To be more specific, I'd like to achieve the same behavior as the Angular ArcGauge demo animation.
Is there any way to accomplish this in Blazor?
Kind regards,
Gabriele Volpato
Is it possible to have an Arc Gauge with multiple points? I want to be able to have one (or more) marked points along the arc.
Here is a rendering of what I am trying to achieve:
The center value (and progress along the arc) would be the 1.236 value whereas the 1 would be a marked point along the arc. It would be ideal if multiple marked points could be added.