1.
2.
option = {
}
@pissang
Why is this issue closed?
I think Excel export function is necessary in echarts.
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.
@100pah Could this feature be implemented in cases where a chart uses dataset structured as a 2d array? Then the mapping to CSV would be straightforward using an approach like this arrayToCSV example.
@100pah,我们现在业务也需要导出echarts图表到excel,尤其是常规的柱状图,折线图和饼图,在不请求后端的情况下无法做到啊,请问什么时候能出一个导出echarts图表到excel的功能啊
Most helpful comment
The datatable has been developed this way.
https://datatables.net/extensions/buttons/examples/initialisation/export.html
I think we can develop similar.