javascript - Leaflet.markercluster cluster added to DOM event -
i'm trying customize marker clusters appear pie charts, using chart.js library.
i've overridden iconcreatefucntion
additional calculations necessary , set data, transform icons actual charts, need call additional js when cluster icon added dom.
how can hook leaflet.markercluster's "cluster icon added" event?
ok, figured out.
it's simple adding like:
cluster.on 'add', (event) -> # stuff event.target, l.markerclustergroup instance
to iconcreatefunction
hope helps else out 1 day...
Comments
Post a Comment