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