我尝试使用Chart.js库自定义我的标记群集以显示为饼图。
我已覆盖iconCreateFucntion
进行必要的额外计算并设置我的数据,但要将我的图标转换为实际图表,我需要在将群集图标添加到其中时调用一些额外的JS DOM。
如何挂钩Leaflet.markercluster""添加了群集图标"事件
答案 0 :(得分:0)
好的,我明白了。
就像添加以下内容一样简单:
cluster.on 'add', (event) ->
# do stuff with event.target, which is the L.MarkerClusterGroup instance
到iconCreateFunction
希望有一天能帮助其他人......