You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: