Hi,
I'm trying to get my chart to resize, and I'm wondering the best way to do that. I did see a post titled "Resize the chart" which suggested the following:
chart1.doUpdate(true);
chart1.chart_ud(true);
Neither of which is working for me. I did find a way, by re-setting the datasource and adjusting the width and height of the div. What is the best way to do this? I'm trying to get this to work in IE11.
I've attached an html any help is appreciated.
test.html