I have added text on my bar char as shown here but the problem in when my data gets updated it overwrite my text everytime, previous text remains as it is there.
I would like to know how can I remove text everytime new data has arrived.
see the darkness of text, it is getting overwritten everytime new data is loading.
You need to move the drawing logic to the
series.afterDraw
method as shown here: http://dimplejs.org/adhoc_viewer.html?id=adhoc_bar_labelsThen simply class the new labels:
And remove them at the start of the afterDraw method: