One problem I'm encountering is with a highcharts chart that does not automatically resize itself.
When hidden (display: none
) at page load because it's under an inactive tab, the chart only occupies half of the available space when I open the corresponding tab.
Although the chart resizes itself automatically when I manually resize the window, triggering the resize
event on $(window)
from a jQuery script doesn't seem to have any effect...
To demonstrate the issue, I've created a fiddle here: LINK
(In the fiddle, the chart remains visible but doesn't utilize the full available space)
If anyone could offer some assistance with this, I would greatly appreciate it! Thank you in advance!