This commit is contained in:
fan 2020-10-20 17:50:32 +08:00
commit 12bcbdb02b
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',
},
{