/* https://community.plotly.com/t/how-to-disable-legend-click-events/22178 */
.legendtoggle {
    cursor: default;
    pointer-events: none; 
}