Skip to content

nv.utils.windowResize

Will Pracht edited this page Apr 15, 2014 · 2 revisions

nv.utils.windowResize( callback )

callback
Type: Function()
Description: A function to execute each time the window is resized.

nv.utils.windowResize(function(){ chart.update(); });
Clone this wiki locally