echarts-node-export-server icon indicating copy to clipboard operation
echarts-node-export-server copied to clipboard

when to support 3D charts export?

Open hehaipeng opened this issue 5 months ago • 1 comments

i want to export bar3d charts use this project,but it does't support.

hehaipeng avatar Jul 01 '25 09:07 hehaipeng

Yes. I am afraid that 3D chart exports are not possible at the moment.

As far as I understand ECharts, it uses WebGL to render any type of 3D chart. (See https://echarts.apache.org/en/feature.html#gl.) This means that WebGL support must be provided for Node.js somehow, but I am currently not aware how this can be done in such a way that ECharts server-side rendering can use it. I am not even sure whether this is possible. If anybody knows more about this and could share some information about that topic, that would be really helpful.

striezel avatar Jul 04 '25 23:07 striezel