I want to make it so my cursor is displayed as “move” when the user hovers over the background of my EChart (not only the series). I tried using CSS, but nothing changed:
#chart-container {
cursor: move;
}
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I want to make it so my cursor is displayed as “move” when the user hovers over the background of my EChart (not only the series). I tried using CSS, but nothing changed:
#chart-container {
cursor: move;
}