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

DiscreteBar Chart Legend #292

Open AndreasHo opened 8 years ago

AndreasHo commented 8 years ago

Hello,

is there any chance to show a Legend at the DiscreteBar Chart?

My Problem is the names of the labels can be to long.. and because this i want to have a Legend and hide the labels :)

Or if somebody have a other idea to solve this problem, please write it :D

Bye Andreas

Elaschatz commented 8 years ago

Hi! Did you try the option "staggerLabels" which let the labels "jump" up and down to provide more space?