I'm using d3.chart as my bar chart.
When I changed my data through 'push', and seems every function is called well. (only 'update' function is not called, dont know why)
but my chart is not deleted, over-draw on it.
what am i missing.
http://jsfiddle.net/vtC75/6/
I tried to change some code to make more reuseable. since that, bar chart is currently displayed NOT well.
I think because of scale and range.. any idea of this?
I'm using d3.chart as my bar chart. When I changed my data through 'push', and seems every function is called well. (only 'update' function is not called, dont know why) but my chart is not deleted, over-draw on it. what am i missing.
this is my part of code
first draw
second draw
and third