We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nv.utils.windowResize( callback )
callback Type: Function() Description: A function to execute each time the window is resized.
nv.utils.windowResize(function(){ chart.update(); });