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', showAllSymbol: opt.showAllSymbol||'auto',
lineStyle: lineStyle, lineStyle: lineStyle,
itemStyle: itemStyle, itemStyle: itemStyle,
animation: false,
markPoint: { markPoint: {
symbol: 'roundRect', symbol: 'roundRect',
symbolSize: 1, symbolSize: 1,

View File

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