Option 1: Install from downloaded source code or binary
Version | Release Date | Download Source from a Mirror | Dist 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:
- Download the release apache-echarts-X.Y.Z-src.zip from a mirror site.
- Download the checksum apache-echarts-X.Y.Z-src.zip.asc from Apache.
- Download the ECharts KEYS file.
- gpg –import KEYS
- gpg –verify apache-echarts-X.Y.Z-src.zip.asc
To perform a quick check using SHA-512:
- Download the release apache-echarts-X.Y.Z-src.zip from a mirror site.
- Download the checksum apache-echarts-X.Y.Z-src.zip.512 from Apache.
- shasum -a 512 apache-echarts-X.Y.Z-src.zip
License
Apache ECharts is licensed under Apache License 2.0.
Option 2: Install from npm
npm install echarts
Option 3: Custom Build
CustomizeChoose the features you want and build the file online.