Skip to content

Commit

Permalink
fix(operation-analysis): 鼠标悬停柱状图区域内,页面无法滑动
Browse files Browse the repository at this point in the history
  • Loading branch information
jianneng-fit2cloud committed Apr 20, 2023
1 parent 6390546 commit 7b312bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ const option = computed<ECBasicOption>(() => {
},
{
type: "inside", // 支持内部鼠标滚动平移
disabled:true, // 停止组件内功能
start: 0,
end: 100,
zoomOnMouseWheel: false, // 关闭滚轮缩放
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ const defaultSpeedOptions = {
},
{
type: "inside", // 支持内部鼠标滚动平移
disabled:true, // 停止组件内功能
start: 0,
end: 100,
zoomOnMouseWheel: false, // 关闭滚轮缩放
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ const defaultSpeedOptions = {
},
{
type: "inside", // 支持内部鼠标滚动平移
disabled:true, // 停止组件内功能
start: 0,
end: 100,
zoomOnMouseWheel: false, // 关闭滚轮缩放
Expand Down

0 comments on commit 7b312bb

Please sign in to comment.