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
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
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