Download Apache ECharts (incubating)

Option 1: Install from npm

npm install echarts

Option 2: Install from released binary, or download source code

VersionRelease DateDownload Source from a MirrorDist files on GitHub

Note: when downloading from a mirror please check the SHA-512 and verify the OpenPGP compatible signature from the main Apache site. Links are provided above (next to the release download link). This KEYS file contains the public keys used for signing release. It is recommended that (when possible) a web of trust is used to confirm the identity of these keys.

To verify ECharts releases using GPG:

  1. Download the release apache-echarts-X.Y.Z-incubating-src.zip from a mirror site.
  2. Download the checksum apache-echarts-X.Y.Z-incubating-src.zip.asc from Apache.
  3. Download the ECharts KEYS file.
  4. gpg –import KEYS
  5. gpg –verify apache-echarts-X.Y.Z-incubating-src.zip.asc

To perform a quick check using SHA-512:

  1. Download the release apache-echarts-X.Y.Z-incubating-src.zip from a mirror site.
  2. Download the checksum apache-echarts-X.Y.Z-incubating-src.zip.512 from Apache.
  3. shasum -a 512 apache-echarts-X.Y.Z-incubating-src.zip

License

Apache ECharts (incubating) is licensed under Apache License 2.0.

Option 3: Custom Build

Customize

Choose the features you want and build the file online.

After downloading...

Get Started