Version
5.1.2
Steps to reproduce
option = {
xAxis: {
type: 'category',
boundaryGap: false,
data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
},
yAxis: {
type: 'value'
},
series: [{
data: [820, 932, 901, 934, 1290, 1330, 1320],
type: 'line',
areaStyle: {}
}],
animationDuration: 5000,
animationDurationUpdate: 5000
};
setTimeout(function() {
myChart.setOption(option);
}, 1000);
What is expected?
Line animation is continued at the current position and play to the end.
What is actually happening?
Line animation is jumped to the end after 1 second.
Version
5.1.2
Steps to reproduce
What is expected?
Line animation is continued at the current position and play to the end.
What is actually happening?
Line animation is jumped to the end after 1 second.