dc.js / crossfilter SeriesChart top 5 lines

13 Views Asked by At

Hello i have a question i have a SeriesChart, and it works fine, but i would like to limit the count of lines and sum the other into one line.

Like the pieChart or RowCharts

What is the best way for doing this?

var group = BIData.ndx.dimension(function (d) { return  [d['CUSTOMER'], d3.timeMonth(d['DATE'])];
0

There are 0 best solutions below