.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;
}