修改AUSTool的功能
This commit is contained in:
parent
c37bec7fa4
commit
50426cbb7a
@ -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,
|
||||
|
@ -146,7 +146,7 @@ export default {
|
||||
dataZoom: [
|
||||
{
|
||||
type: 'inside',
|
||||
zoomOnMouseWheel : 'ctrl',
|
||||
zoomOnMouseWheel : true,
|
||||
moveOnMouseMove : 'ctrl',
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user