Has anyone seen any overrides or extensions to allow for multiple rows for a horizontal legend in dc.js? I currently need to have two lines of 3 items.
Asked
Active
Viewed 146 times
0
-
1This should happen automatically. Have you set [legend.legendWidth()](http://dc-js.github.io/dc.js/docs/html/dc.legend.html#legendWidth__anchor)? – Gordon Dec 14 '16 at 19:58
-
@Gordon Correct! Just when I thought I was understanding the API's. While skimming the API I thought legendWith was for individual items. Nope, that is what itemWidth does. Thanks. – C. Wolcott Dec 15 '16 at 12:59