In this link, the desired result would be that when the cursor hovers over the legend, the mouse would not change to hand. How can I achieve it?
I am not sure, but would something like this be useful?
window.setTimeout("document.body.style.cursor = 'hand';", 2000);