We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
对于折线图,有时使用setOption设置新的seriesData时会有,旧的一些曲线仍然会显示在图标上
会出现类似截图1中的情况
echarts是否会缓存一些cache?
请见附件option1.txt以及option2.txt
option = { }
option1.txt option2.txt
The text was updated successfully, but these errors were encountered:
默认 setOption 是跟之前的数据合并的,可以 setOption 第二项设置为 true 选择不合并
Sorry, something went wrong.
第二个选项设为true的时候,是不是类似会执行clear()的操作?有没有办法在setOption之后仍然保持我用toolbox中设定的缩放比例?
设置true也无效怎么办?
No branches or pull requests
问题简述 (One-line summary)
对于折线图,有时使用setOption设置新的seriesData时会有,旧的一些曲线仍然会显示在图标上
版本及环境 (Version & Environment)
重现步骤 (Steps to reproduce)
期望结果 (Expected behaviour)
会出现类似截图1中的情况
可能哪里有问题 (What went wrong)
echarts是否会缓存一些cache?
ECharts配置项 (ECharts option)
请见附件option1.txt以及option2.txt
其他信息 (Other comments)
option1.txt

option2.txt
The text was updated successfully, but these errors were encountered: