0👍
✅
For those who ran to the same problem,
I accomplished the above by using the :callback to call the load function
<highcharts ref="highcharts" :options="data" :callback="load" ></highcharts>
Source:stackexchange.com