Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MaxESP opened this issue Oct 5, 2020 · 0 comments

Comments

@MaxESP
Copy link

MaxESP commented Oct 5, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant