Apache ECharts

Apache ECharts is a powerful, interactive charting and data visualization library for browser

Handbook

Basics

  • Using ECharts as an NPM Package - on this page is also shown how to customize and reduce the output bundle size uzing only a set of components from the Apache ECharts components

    • Shrinking Bundle Size

      • it need to have only one definition on the project, if there’s any import like import * as echarts from 'echarts'; that will bundle all the lib

Concepts

How to guides

Examples

JSFiddle

  • ECharts - custom x ax : v0 | v255

CodePen

Svelte integration

Reference only