You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing a specific use-case:
I am using a time which i want to display in minutes, but in order to keep the animation smooth I need to use the time as seconds (e.g: with max=1m i'd like to display 60 ticks).
In order to do this I've set label-only=true and i am updating the label with something like this:
Hi,
I'm facing a specific use-case:
I am using a time which i want to display in minutes, but in order to keep the animation smooth I need to use the time as seconds (e.g: with
max=1m
i'd like to display 60 ticks).In order to do this I've set
label-only=true
and i am updating the label with something like this:Currently the way to make this work is to:
<b>
fromgauge
<b>
's innerhtmlThe text was updated successfully, but these errors were encountered: