I am trying to show detailed data for 6 series. The example http://dc-js.github.io/dc.js/examples/scatter-series.html is exactly what I need but I need a small tweak. I would like to show three charts with 2 items each.
Can I use the single runGroup from the example but somehow limit chart.seriesAccessor() to display two specific series in one chart. Then use the same runGroup in a second chart and change its .seriesAccessor() to use two different series, etc., etc.
Setting up multiple separate dims and groups works fine but it seems overkill that when I already have a single crossfiltered dataset with everything in it that I could not just use that single dimension and group to drive different charts.
(the dataset actually has 40 series in it but for now I just need to display specific ones, grouped together in several charts).