dc.leaflet.js
dc.leaflet.js copied to clipboard
Customized window to display choropleth values on map
The choropleth popup feature in the demo doesn't work. Do you want a feature as described in this Leaflet example http://leafletjs.com/examples/choropleth.html where the values are displayed in a window in the top right of the map?
I did this for my project and this is what it looks like: http://katirg.github.io/ExtremeAttributes/index.html
Sure!
Is that considered a better practice for maps than the tooltips requested in #1? It definitely stays out of the way more.
I don't think it's better or worse than the tooltips. I can do it and maybe we could make both options possible.