FrissAnalytics/shinyJsTutorials

Gauge-Example 2; Syntax

Opened this issue · 0 comments

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 ?