intellipharm-pty-ltd / dc-addons

dc.js chart addons
http://intellipharm.github.io/dc-addons/
MIT License
67 stars 27 forks source link

Help adding Leaflet plugin to dc-addons #27

Open Notoncebut2x opened 8 years ago

Notoncebut2x commented 8 years ago

Hi there, this might be a bit of a crazy ask I was wondering if it was possible to add a leaflet plugin to the leaflet marker chart.

Tim-Intellipharm commented 8 years ago

It all kind of depends on the plugin and what you want to do with it. It seems most plugins need the map object. So you should be able to create the chart and then get the leafletjs map object by using var map = chart.map()