bernii/gauge.js

update value after control is rendered

ur3an0 opened this issue · 1 comments

Hello, first of all, thanks to the creators of this excellent gauge control, it is tremendously powerful and versatile.

my problem;

Does anyone know how to update the gauge value without having to recreate it?

thank you!

image

Just call

gauge.set(your_value);

again from your code when you want to update it