Closed EmmanuelDodoo closed 3 weeks ago
Some features to consider adding to this model:
More Examples
Some features to consider adding to this model:
* Interactive reordering of the sections either on a bar basis or globally * Hovering effects for more details? * Toggling on/off particular categories * Support for both positive and negative stacked bars * Filtering out either positive and negative stacked bars
As at now, only the 'Both positive and negative stacked bars support' is implemented. The rest would have to be done at another point
For convenience sake, users will be able to specify the accumulating columns using the syntax, x:y
. Columns with index, i
where x <= i < y
would thus be included in the accumulating columns.
As an example, "1,2,6:10, 8"
would have accumulating columns 1,2,6,7,8,9
Add Stacked Bar charts like below.
This is the modav version of the graphs
As is evident, a lot of the basic functionality has been implemented. Apart from interactivity, the last major issue is how the axis scales are generated. A lot of work has been put into getting it to this state and I will keep working to make it better
More Examples
More modav versions
Add Stacked Bar charts like below.