i set width in graph properties and the api don't respect the value. All the time set width 100%.
I check the code and see this inline or component style
nvd3 { display: block; width: 100%; }
Why you add this to the code?
Without this we can set width attribute with any value.