dc-js / dc.leaflet.js

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

_icon is not passed needed arguments #20

Open gordonwoodhull opened 8 years ago

gordonwoodhull commented 8 years ago

Reported by @PBrockmann in https://github.com/Intellipharm/dc-addons/issues/8.

_icon is not passed any arguments, so e.g. the color can't be set based on the data.

Needs _icon(d,map) here: https://github.com/dc-js/dc.leaflet.js/blob/master/src/markerChart.js#L28