Closed mooseh closed 3 years ago
Hi @mooseh ,
Thank you for your report, and appreciate that you are using our product. Could you provide me with the minimal example, where the problem is noticed (CodeSanbox or Stackblitz platforms preferred)? It would be much easier to find out what is happening, or what could be the reason.
You can start to reproduce the issue from here: https://codesandbox.io/s/highcharts-vue-demo-ttner
Kind regards!
Closed due to inactivity.
I am using the callback like so:
<highcharts ref="chart" :options="chart.options" :callback="getChartData"></highcharts>
and I have a function that is called by a form to update the timeframes and run the callback again, but when calling the callback again the data appears perfectly find but the animation doesn't happen, could I get an example of how I can set the data and redraw.
here is my callback
thanks