Hi,
I am having quite a lot of issues with really big examples on organization chart.
The issue I'm having is that when there is a level with too many nodes, the graph gets automatically squished instead of expanding horizontally to accommodate this. Currently I am using the render function and chart.setSize as a workaround for this issue, but I would prefer an organic solution to this. Is there anything in Highcharts that can natively deal with this issue? Is there any way we can have zooming as well, so that when the graphs grow very large in size we won't need the scrollbars anymore?
Here is an example of the code: https://jsfiddle.net/6ar3jqyo/9/
Thanks