Can we Have Export To Excel Or CSV finctionality in echarts?
See original GitHub issue问题简述 (One-line summary)
版本及环境 (Version & Environment)
- ECharts 版本 (ECharts version):
- 浏览器类型和版本 (Browser version):
- 操作系统类型和版本 (OS Version):
重现步骤 (Steps to reproduce)
期望结果 (Expected behaviour)
可能哪里有问题 (What went wrong)
ECharts配置项 (ECharts option)
option = {
}
其他信息 (Other comments)
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
is there any possibility to export these awesome charts to pdf ...
@swiftinitdotcom Hi, you could export Base64 Data URI through ECharts API getDataURL and then convert it to the formats you want by third-party ......
Read more >How export echarts to excel? - Stack Overflow
From what I see in the official GitHub repo discussions, ECharts is not able to export its charts into Excel format yet.
Read more >export graph and its data into excel | CanvasJS Charts
Exporting chart data as excel / CSV is not available as an inbuilt feature as of now. However with few lines of code,...
Read more >Export All Charts into Excel - Highcharts official support forum
Currently there is option to export each individual chart into excel. But we are having many charts and is there a way we...
Read more >Exporting Charts - FusionCharts
FusionCharts Suite XT uses JavaScript to render charts in the browser using SVG and VML. A prominent feature of the suite is the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have no idea how to implement it, considering complexity and compatibility. Do you have any suggestion about it?
The datatable has been developed this way. https://datatables.net/extensions/buttons/examples/initialisation/export.html I think we can develop similar.