Open jambanagar opened 8 years ago
Hi, thanks, I will take a look at it shortly
Confirmed, yes, sorry the gauge chart is not updating as it should as it needs to be re-written in some places. I will try to find the time to do this soon.
hello @swemaniac any update on this please?
Hi!
I've planned to write some html examples hopefully this week and at the same time take a look at the gauge not updating.
I've the same issue. It would be great if can have a look on this. using also: d3.select('#gauge-chart svg').datum([updated_value]).transition().duration(500).call(chart);
I tried updating the value and its not updating.
d3.select('#gauge-chart svg').datum([updated_value]).transition().duration(500).call(chart);