Open raphaelcazorla opened 9 years ago
I'm having the same issue. I'm also using hotness with this. The background colour changes based on the new value but the number displayed remains the same
Dashing.AnimatedValue has a bug which causes it to lock up if the old and new values are the same. See #672
Hi,
I try the example here Works pretty well, values are being fetched from a google spreadsheet file on my gdrive.
But animated values (using widget Number, are not refresh on each tick of my job.
On the first load, it does animate the value to its actual value.
But when I change the value to display in my spreadsheet, the value is not refreshed (while the last modified message changes indeed in my number box...). When I debug via console, I actually see the value is well refreshed.
Another curious thing: If I disable the AnimatedValue in the number.coffee file, the value gets well refreshed on each tick of my job...
Help me understand what's going on...I suspect some kind of async/sync...but what I can't explain is why the value that actually changes is not reflected in the widget.
Many thanks.
scoreboard.erb in dashboards
extract of my scoreboard.rb in jobs