Jordan
Jordan
Thanks @charliehavak .. that was a nice workaround.. I realized that I still need reflow though for page resizing.. I added this and it seems to allow me to have...
Just realized that my solution had a flaw with somewhat of a race condition.. here is the slightly better (but no less hacky) solution ```js import Highcharts from 'highcharts' let...
@adziashvili I'm still using the workaround in a production app.. works well enough :)
@kellyrmilligan we passed the data for the chart in as a `prop` of the component that wraps and renders the `` component... so, in our case, whenever `props.data` changes, it...