[Vuejs]-How to include events: {} property of a custom highchart data into highcharts-vue

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>

Leave a comment