You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.
As reported here, d3.tip and other d3 stuff won't work on the shapes in dc.leaflet because the data isn't bound:
http://stackoverflow.com/questions/31790830/d-undefined-for-d3-tip-tooltip-with-dc-leafletchoroplethchart
Since leaflet is creating the svg elements, not d3, the data is not attached and dc.leaflet.js is internally keeping a
_dataMap
to specify colors etc.Could we bind those elements post hoc? Or is this dangerous?
Does leaflet have its own notion of data binding?
The text was updated successfully, but these errors were encountered: