Grouped visualization for stacked bar charts #984
Grouped visualization for stacked bar charts #984alan-unravel wants to merge 5 commits intodc-js:developfrom
Conversation
…enStack from stackMixin. Consider exposing flatten stack as dc.util or on chart object?
….add instead of raw value in overrider yAxisMax function
|
@Sid0403, @MsJR, I've also created a branch for this alternate candidate implementation for grouped bars. Branch: https://github.com/dc-js/dc.js/tree/kavanagh-grouped-bar The interface is slightly different: you set I notice that bar labels (which were implemented after this PR) don't work - they should be easy to fix but I couldn't figure it out with a quick look. Trying out this implementation and reviewing it here will be of great help. We'll merge the best features from each of the implementations. |
Allows for passing of a renderType for bar-charts rendering too a grouped bar chart if "group" or a stacked bar chart if "stack"