Topic: Line chart animation
Kotov free asked 4 years ago
Hello, I use "Line Chart" from here https://mdbootstrap.com/docs/jquery/javascript/charts/ I want show data of chart without mouse hover on the Point. I need show data of the chart only on click mouse on the Point. I have such need because if a lot of points on the graph, then when I hover over the points, my site freezes, and the computer processor is used up to 100%. Example image my Line chart Please help me.
Marta Wierzbicka staff answered 4 years ago
Hi,
try a solution from my snippet: https://mdbootstrap.com/snippets/jquery/marta-szymanska/1648066?view=side, the most important thing is options: {
events: ['click']
}
Best, Marta
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- ForumUser: Free
- Premium support: No
- Technology: MDB jQuery
- MDB Version: 4.10.1
- Device: PC
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: Yes