I am generating a piechart (doughnut chart to be precise) which has around 50 items, but the top 5 of them accounts for 95% of the chart. When I display the legend info, its overlapping the chart, since there are many legend items. I was wondering if there is an option to just limit the legend display to top 5 items.
https://github.com/dc-js/dc.js/blob/master/web/docs/api-latest.md#legend
I do not see any option to limit the legend display to say top 5 or top 10.