Reputation: 445
I need to make a crossfilterable data map that is a choropleth chart with markers as well. The docs at https://github.com/dc-js/dc.leaflet.js say:
There are two charts currently implemented - markers and choropleth. They extend the base abstract leaflet chart.
I am not able to find any examples using dc.leaflet.js . I have found an example that uses pure leaflet here: http://bl.ocks.org/awoodruff/3ce5d735126a56dfff94 . But I need to aggregate and filter the colors/markers.
Is this possible with dc.leaflet.js?
Upvotes: 2
Views: 595