标签: leaflet dc.js crossfilter
我有一个dc_leaflet.markerChart和另一个barChart。如何在markerChart更新地图上有缩放或平移时链接的其他图表(dataTable,barChart等)?
dc_leaflet.markerChart
barChart
markerChart
他们使用相同的交叉过滤器,并在点击任何栏时更新地图。我如何让它以相反的方式工作?
答案 0 :(得分:2)
实际上想通了。 " filterByArea(真)"做到了!
dc_leaflet.markerChart(...).filterByArea(true)