How to linear update data's values through set API for 'setOptions' more times in echarts.
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### Version
next
### Steps to reproduce
chartInstance.setOption({
...option,
series: [
{
type: 'line',
data: data,
smooth: true,
silent: true
},]
### What is expected?
how to resolve this problems
### What is actually happening?
firstly when i animationDuration in setOption. the chart's liner can linear paint.
however,when i want to update data through setOption again. the chart'liner paint right now.
how to linear update data‘s values through second setOption or more times.
thanks.
---
please help me to resolve problem,thanks
Contributor guide
Assessment
This issue has not been assessed yet.