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

Margin between Y label and Y axis tick values #759

Closed harper6008 closed 5 years ago

harper6008 commented 5 years ago

I can't find a way to make some space between the two. Some of my Y tick labels can end up layering over the Y label itself. Thoughts?

harper6008 commented 5 years ago

Nevermind. Just needed to combine increasing the left margin with using a positive axisLabelDistance to move it further out.