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 ?
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 ?