Skip to content

Commit

Permalink
Merge pull request #58 from CloudExplorer-Dev/[email protected]@org_workspace_s…
Browse files Browse the repository at this point in the history
…pread_scroll_bug

fix(operation-analysis): 鼠标悬停柱状图区域内,页面无法滑动
  • Loading branch information
ulleo authored Apr 20, 2023
2 parents 8f4727f + 7b312bb commit 830a882
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 830a882

Please sign in to comment.