apache / apache/echarts

How to linear update data's values through set API for 'setOptions' more times in echarts.

Open
#14,432 5 comments 0 reactions 0 assignees View on GitHub
animation en support
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.