highcharts / highcharts-vue

Other
686 stars 150 forks source link

draggable point module not working #181

Closed SuichiM closed 3 years ago

SuichiM commented 3 years ago

Hello to everyone

I'm trying to use the draggable point module. I'm setting it up as the the example used in the README with the exporting module (https://github.com/highcharts/highcharts-vue#importing-highcharts-modules) but i can't made it working.

If you could give a little hint.

import draggablePoints from "highcharts/modules/draggable-points";

draggablePoints(Highcharts);

here a codesandbox:

https://codesandbox.io/s/highcharts-vue-demo-forked-p2zk7?file=/src/components/Chart.vue

thanks. great job.