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

How to add/adjust space between bars in multibar chart nvd3? #624

Open rameshvisolve opened 7 years ago

PRossetti commented 7 years ago

I think I have the same problem/question. I want to add space between bars that belong to the same group/series, because by default, they are side by side, with no space between them. Help would be very much appreciated.

JohnTheBeloved commented 7 years ago

See if this helps

https://stackoverflow.com/questions/28580497/add-space-between-bar-in-multibarchart-from-nvd3