Skip to content

add stacked bar functionality #55

Description

@acolby

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions