Re: ECharts Question

2023-11-07 Thread Ovilia
Here are 3 Java based extensions from the community that you can try: https://github.com/ecomfe/awesome-echarts#java Thanks *Ovilia* On Mon, Oct 30, 2023 at 4:14 PM Benjamin Suqui C. wrote: > Hello Olivia, > > Thank you for your reply. > I have searched the internet, and I come across ECharts-

Re: ECharts Question

2023-10-29 Thread Ovilia
Hi, You can try to export the chart into base64 string and pass it to Java. The API is: https://echarts.apache.org/en/api.html#echartsInstance.getDataURL Here's an example of half donut: https://echarts.apache.org/examples/en/editor.html?c=pie-half-donut Thanks *Ovilia* On Mon, Oct 30, 2023 at

ECharts Question

2023-10-29 Thread Benjamin Suqui C.
Hi ECharts Team, I am a backend developer, I want to export chart diagrams to PDF files. I have discovered Apache echarts and it looks really great. Is there any possibility to pass the charts to PNG images with Java (not JavaScript). I tried it by passing json String to byte[], but there is a NUL