dc-js / dc.leaflet.js

DC charts using Leaflet maps
Apache License 2.0
52 stars 24 forks source link

Customized window to display choropleth values on map #9

Open KatiRG opened 8 years ago

KatiRG commented 8 years ago

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

gordonwoodhull commented 8 years ago

Sure!

Is that considered a better practice for maps than the tooltips requested in #1? It definitely stays out of the way more.

KatiRG commented 8 years ago

I don't think it's better or worse than the tooltips. I can do it and maybe we could make both options possible.