score:2

Accepted answer

i believe it is defined in the onclick handler of the base mixin (which is included in all charts): https://github.com/dc-js/dc.js/blob/develop/src/base-mixin.js#l1072

if you want to trigger redrawing from outside of dc.js, use the dc.redrawall and dc.renderall methods.


Related Query

More Query from same tag