sir-dunxalot / ember-google-charts

Google's Material charts made easy for Ember apps - http://sir-dunxalot.github.io/ember-google-charts/
MIT License
32 stars 29 forks source link

Columnchart as component #43

Open martin-hoger opened 6 years ago

martin-hoger commented 6 years ago

Thank you very much for the addon. Do you consider to implement also component form column chart (https://developers.google.com/chart/interactive/docs/gallery/columnchart)? I know that it is similar to a bar chart with changed orientation but the column chart has different options, for instance slantedText (displays labels at an angle http://jsfiddle.net/56cjL9me/).

I also know it is possible to make a custom chart but I would say it would be pretty useful to have it "ready to use" as a component.

sir-dunxalot commented 6 years ago

This is probably one of the most used charts (perhaps more than geo and pie charts) so I support this suggestion.

I will happily accept a PR and will try to get around to this myself.