score:2

Accepted answer

First of all, the code is not dependent on jQuery, so it's not necessary to import it.

I tried to include the code from the attached JSFiddle, by creating new module and importing it in within the component file. Actually, I don't know what you're doing wrong, but my example is working well.

import Stock from 'highcharts/modules/stock';
import Wheel from '../plugins/wheel-event'

Stock(Highcharts)
Wheel(Highcharts)

Live example: https://stackblitz.com/edit/highcharts-cloning-chart-s7kztw


Related Query

More Query from same tag