In an app that I work I have this scenario:
In a responsive container I have a chart. This container is resized at a point and I need to change the chart size by calling the setSize
method.
But after that I want to make the chart responsive again - to resize on window resize event.
I made a fiddle to demo this:
http://jsfiddle.net/7ka4qaef/
First click on the red button, then try to resize the window.
Is there anyway to 'forget' that I've used setSize
method?