xyz
Posts: 1
Joined: Sat May 14, 2022 7:40 pm

Highcharts Event Listeners JS file

Hi everyone,

I have a query regarding Highcharts event listeners. I am importing Highcharts module and using it to create charts. I see tooltips getting added too. Inspecting on chrome developers source code, I observe that classes are dynamically changed on mouse events. My question is how are these managed. If I want to see the JavaScript file handling these event, where can I find that file in my project? Thanks!!
mateusz.b
Posts: 2006
Joined: Tue Jul 13, 2021 11:34 am

Re: Highcharts Event Listeners JS file

Hi xyz,

Welcome to our forum and thanks for contacting us with your question!

Those files should be available in Highcharts folder in your project's node modules. Inside the Highcharts directory there should be files with src.js extensions and those are what you're looking for.

Let me know if you have any further questions.
Regards!
Mateusz Bernacik
Highcharts Developer

Return to “Highcharts Usage”