Plotly Default Cursor - How do i change it to pointer

Hello All,

We are trying to change the cursor to pointer, however we could not find any way to change it to pointer from + symbol

Your help is highly appreciated.

Thanks in advance,
Prasad

		.js-plotly-plot .plotly .cursor-move {
			cursor: crosshair;
		}
		.js-plotly-plot .plotly .cursor-ns-resize {
			cursor: inherit;
		}
		.js-plotly-plot .plotly .cursor-ew-resize {
			cursor: inherit;
		}