HanSolo / SteelSeries-Canvas

The HTML5 Canvas port of the SteelSeries component library. Mainly contains gauges.
120 stars 76 forks source link

Problem to link data receive from my websocket js file to update the setValueAnimated of a gauge #32

Open MaxESP opened 4 years ago

MaxESP commented 4 years ago

thank you again for that awsome librairy

i have some problem to pass values from websocket file receive good

to

radial1.setValueAnimated(25); radial2.setValueAnimated(41); radial3.setValueAnimated(40); radial5.setValueAnimated(VALUE); compass1.setValueAnimated(50);

Finally I make it work with websocket amazing the uniq problem is that when the new value arrived the canvas go to zero '0' than go to the next value arrived with websocket