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
{{ message }}
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.
I.e. there is no need to re-render to implement "reset all". If you really need to re-render for some reason, you are right that it doesn't clear the chart - that's issue #15.
When executing a "reset all"..
<a href="javascript:dc.renderAll(); dc.redrawAll()">Reset all</a>
.. the layer of circles on a bubbleChart get stacked on top of each other.
It seems like the old layer first has to be removed.
The text was updated successfully, but these errors were encountered: