我正在为饼图寻找条形图 brushOn(false)模拟。
此代码对我不起作用:
chart.renderlet (_chart) ->
_chart.selectAll(".pie-slice").on "click", (d) ->
_chart.filter null
我的dc-js版本是2.0
答案 0 :(得分:7)
根据https://groups.google.com/forum/#!msg/dc-js-user-group/Fxg4vykNSqI/hgdj2PEomHsJ:
pieChart.filter = function() {};
我在http://jsfiddle.net/djmartin_umich/3chM6/尝试了这一点,似乎可以正常工作。