blacklabel / indicators

Indicators plugin for Highstock by Black Label
http://blacklabel.github.io/indicators/
Other
35 stars 12 forks source link

Resizing chart won't redraw panes #30

Closed pawelfus closed 9 years ago

pawelfus commented 9 years ago

Simply resize chart. Workaround: After setting new size, call:

chart.setSize(width, height, false);
chart.updateHeightAxes(20, false, false);
chart.redraw();