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
There might be a typo in the Example of the second Gauge in the setInterval-function.
According to the Website and the Example code, it should be newData = {'data', newValue } which raises a Syntax error in my case. I guess it should be newData = {'data': newValue } right ?
The text was updated successfully, but these errors were encountered:
There might be a typo in the Example of the second Gauge in the setInterval-function.
According to the Website and the Example code, it should be
newData = {'data', newValue }
which raises a Syntax error in my case. I guess it should benewData = {'data': newValue }
right ?The text was updated successfully, but these errors were encountered: