Apache ECharts 6 New Features

21 makepanic 2 8/5/2025, 6:33:04 AM echarts.apache.org ↗

Comments (2)

dev_l1x_be · 6m ago
Echarts is the best charting library when you need a full fledge solution. It is worth to know that you can reduce the bundle size with this:

https://echarts.apache.org/en/builder.html

makepanic · 56s ago
If imported, using a bundler, one can also partially import features and install them when needed:

https://apache.github.io/echarts-handbook/en/basics/import/#...