enplore / nvd3-charts

Custom charts for nvd3
The Unlicense
20 stars 6 forks source link

gauge chart not updating #1

Open jambanagar opened 8 years ago

jambanagar commented 8 years ago

I tried updating the value and its not updating.

d3.select('#gauge-chart svg').datum([updated_value]).transition().duration(500).call(chart);

jrunestone commented 8 years ago

Hi, thanks, I will take a look at it shortly

jrunestone commented 8 years ago

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.

jambanagar commented 8 years ago

hello @swemaniac any update on this please?

jrunestone commented 8 years ago

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.

DanielOverdevest commented 7 years ago

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);