Skip to content

dragmode: false不起作用 设置了 还是可以框选拖动 有人知道咋回事吗 #7496

@liuzimo

Description

@liuzimo
Image

Plotly.newPlot('chart-container', [],{
dragmode: false, // 禁止拖动图表
xaxis: {
fixedrange: true // 禁止对 X 轴进行拖动缩放
},
yaxis: {
fixedrange: true // 禁止对 Y 轴进行拖动缩放
}
}, {
scrollZoom: false, // 禁止鼠标滚轮缩放
doubleClick: false, // 禁止双击缩放
displayModeBar: false, // 隐藏整个工具栏
// staticPlot: true // ✅ 完全禁用所有交互(包括拖动、缩放、点击)
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions