chinmaymk / angular-charts

angular directives for creating common charts using d3
MIT License
1.03k stars 270 forks source link

added support for centering label text #221

Closed haveaguess closed 4 months ago

haveaguess commented 8 years ago

Added support for centering the labels on top of bar charts by adding a config parameter :

labelsCentered: true

See plunker : http://plnkr.co/edit/Kn7RKn8twYgk6s4JXtlO?p=preview

haveaguess commented 8 years ago

I think this is something to with your build env ? I didn't add tests for this work, just wanted to see if you're interested in using it (we are)

Also I didn't really think through the case for labelsCentered: false, that might fail, we are just removing the parameter for that case.

Again can add code for that if you are interested in integrating the feature (hope so then we don't have to use our forked version)

Cheers Ben