首页 > 解决方案 > 发生鼠标悬停事件时如何更改绘图图上的光标?

问题描述

当在 plotly 的图例上发生悬停事件时,我正在尝试将光标从指针更改为默认值

   legend: {
          cursor: "default",
        x: xLegenda,
        y: yLegenda,
        orientation: "h",
        font: {
          size: 12,
        },

标签: javascriptgraphplotlylegend

解决方案


推荐阅读