krispo / angular-nvd3

AngularJS directive for NVD3 reusable charting library (based on D3). Easily customize your charts via JSON API.
http://krispo.github.io/angular-nvd3
MIT License
1.29k stars 377 forks source link

rightAlign = false in Multi Chart not working correctly #727

Open m41n opened 6 years ago

m41n commented 6 years ago

Not sure if this is more of a feature request or bug report.

But checking the examples here, I noticed using rightAlign: false works well for Pie Charts and most others, but on Multi Chart it instead just aligns the legend somewhere in the middle instead of on the left (in the linked example as well).

Is there a work-around or possible fix to have the Legend aligned on the left for Multi Charts?