Stimulusjs with highcharts

Has anyone worked on implementing highcharts with stimulusjs ?

Please share sample code.

Thanks.

I’m also interested in this. I haven’t attempted any sort of integration yet but our site has highcharts (highstock) and we are moving to use Stimulus in the next couple months.

It integrates like most other libraries would: Pull the library into the project, import Highcharts in your controller, and initialize the chart as you’d normally do.

I’ve made a sample application here:

Code: Glitch :・゚✧
Web: https://stimulus-highcharts.glitch.me

2 Likes