FrankWang1991 opened a new issue #10954: series 不可以通过 dataset 的改变动态的增加或改变
URL: https://github.com/apache/incubator-echarts/issues/10954
 
 
   ### Version
   4.0.2
   
   ### Steps to reproduce
   使用 dataset 生成 折线图,需要在 series 中设置每个折线图,最少的设置为 `[{type: 'line'}]`,series 
的长度与要展示的折线图的条数相同。但是当我的 dataset 数据是动态传入的时候,事先并不知道 要展示几条数据的时候,series 不能正确展示。
   
   ### What is expected?
   期望的是 动态的传入 dataset 之后,series 通过设置为 `{type: 'line'}` 展示dataset 的所有折线。
   
   ### What is actually happening?
   只展示第一条折线数据。
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to