I am using ng2-highcharts and I am developing in IntelliJ and searching in my intellisense, I can't seem to find the correct object to manually trigger a reflow event for certain situations? How can I do this?
My need for reflow access in ng2-highcharts pertains to this documented issue in highcharts Highcharts width exceeds container div on first load, as well as some other cases where I am not triggering a window resize event when things are changing width on my screen.
Thanks.