tinybright opened a new issue #10187: 设置serie的属性 URL: https://github.com/apache/incubator-echarts/issues/10187 ### What problem does this feature solve? 文档里要我们用setOption 更新数据 又不让我们用getOption 然后改变的方式变更 请问怎么变更? var options = chart.getOption(); options.series[0]['type'] = 'line'; chart.setOption(options) ### What does the proposed API look like? chart.getSerieByIndex() chart.updateSerie() <!-- 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]
