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

LineChartWithFocus - x2Axis Labels cut #604

Open VortilionNli opened 7 years ago

VortilionNli commented 7 years ago

Hi,

im trying to avoid overlapping of labels when resizing my browser window. I'm generating a LineChartWithFocus. could rotate the labels of the xAxis like it is supposed to and add a bit of bottom-margin to having some space to the focus bar. But if I rotate the x2Axis-Labels, they are being cut, and it is not possible for me to add some bottom-margin here, it is simply ignored! I tried margin: { bottom: 100}, I also tried the option "focusMargin", I tried increasing the charts height... Nothing. Even in the QuickEdit Demo here it is not possible! Seems it is a bug?

http://plnkr.co/edit/hJqeIl

VortilionNli commented 7 years ago

Anything?

nehajayadeep-tcs commented 6 years ago

any update on this?