Filtered elements instantaneously disappear without animation. See the [Sunburst example](https://dc-js.github.io/dc.js/examples/sunburst-cat.html). Without animation, it's not immediately clear what is being removed from the chart. The pie chart calls `dc.transition` which is missing for the sunburst chart. Could it be as simple as that? Pie chart : https://github.com/dc-js/dc.js/blob/develop/src/pie-chart.js#L124 Sunburst : https://github.com/dc-js/dc.js/blob/develop/src/sunburst-chart.js#L128