修改AUSTool的功能

This commit is contained in:
lVAL 2020-10-20 17:47:47 +08:00
parent c37bec7fa4
commit 50426cbb7a
2 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@ export function createSeriesModel(opt, lineStyle={}, itemStyle={}) {
showAllSymbol: opt.showAllSymbol||'auto',
lineStyle: lineStyle,
itemStyle: itemStyle,
animation: false,
markPoint: {
symbol: 'roundRect',
symbolSize: 1,

View File

@ -146,7 +146,7 @@ export default {
dataZoom: [
{
type: 'inside',
zoomOnMouseWheel : 'ctrl',
zoomOnMouseWheel : true,
moveOnMouseMove : 'ctrl',
},
{