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:
<code>#chart-container {
cursor: move;
}
</code>
<code>#chart-container {
cursor: move;
}
</code>
#chart-container {
cursor: move;
}