/* assets/hand_cursor.css */
.plotly .scatterlayer .point:hover,
.plotly .scatterlayer path.point:hover {
    cursor: pointer !important;
}

