Hi there, I need some help with Highcharts.
Is it possible to adjust the width of xAxis[0] and xAxis[1] as well as reset the offset of xAxis[1] at runtime? I have a chart with two x-axes that need to be resized to fit different sized divs. You can see an example here: http://jsfiddle.net/F3pts/7/
I'm having trouble understanding how to reset options during runtime. I know about "setOptions" that can set general options for the chart, but these can be overridden by specific chart options when drawing the chart. I'm not sure how to change these options once the chart has already been drawn. Something like:
newOptions({
chart:{},
xAxis:[{},{}],
etc....
});
I've searched extensively for an answer to my question without success. Can you please help me out?
Thank you, G.