I'm rendering some data using nvd3 directives, and the plottable area seems to be rendering with a ton of additional padding, but I can't figure out how to adjust that.
How would I adjust it so that the graph takes up more/all of its available space?
In case you are using angularjs-nvd3-directives
Try using 'margin' as attribute for example like:
In case you are using angular-nvd3
Try using 'margin' as attribute like above or the 'options' attribute like:
Directive:
Controller: