|
|
@ -441,6 +441,13 @@ export default { |
|
|
}, |
|
|
}, |
|
|
], |
|
|
], |
|
|
|
|
|
|
|
|
|
|
|
// // 动画效果 |
|
|
|
|
|
// animation:true, |
|
|
|
|
|
// animationDuration:0, |
|
|
|
|
|
// animationDurationUpdate:300, |
|
|
|
|
|
animationEasing:"linear", |
|
|
|
|
|
animationEasingUpdate:"linear" |
|
|
|
|
|
|
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
option && myChart.setOption(option); |
|
|
option && myChart.setOption(option); |
|
|
|