Open
Description
It would be great to have ability to have a scroll bar for chart legends like in http://jsfiddle.net/ramseyfeng/80afu8kc/
We have pie charts with lots of slices and so lots of legends, It will be great to have a way within dc library for it to add a scroll bar. It works on the above example by wrapping the svg with a div and setting overflow: auto. I was not able to do the same as dc legend is in a "g" element. Is there a work around for this?