-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Description
It would be nice if one could easily create stacked bars as well as the default Chartjs charts.
If you add https://github.com/Regaddi/Chart.StackedBar.js as a dependency to this project and add the stacked bar directives as follows, it works great!
angles.directive('stackedbarchart', function () { return angles.chart('StackedBar'); });
angles.directive('stackedbar', function () { return angles.chart('StackedBar'); });
I can issue a pr that
- adds stacked bar as a dependency
- adds the stacked bar directives
- updates the readme accordingly
This is an excellent wrapper around chartjs and it would be nice to see it incorporate some of the open extensions. I can help!
let me know
Metadata
Metadata
Assignees
Labels
No labels