Glad I found this thread but for some reason using HighCharts React the 'this' context does not include reflow as an option Im using functional components and not classes. Using options.chart.events = { load() { setTimeout(this.reflow.bind(this),0); } } chart is very basic right now so nothing else ...