hehetiger opened a new issue #12477: URL: https://github.com/apache/incubator-echarts/issues/12477
### What problem does this feature solve? 目前官方实例中的大数据量面积导出为图片时如何导出全部数据?使用官方给出的getDataURL方法的话只能导出界面上展示出来的那一部分数据。例如:x轴坐标一共是1-100,由于缩放只显示了1-10,目前希望哪怕界面上缩放只显示了1-10的数据,导出时也可以把1-100全部导出 ### What does the proposed API look like? 大数据量面积导出为图片时,哪怕界面上是缩放的只显示了部分数据,导出也可以导出全部数据 <!-- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
