Gathering detailed insights and metrics for echarts
Gathering detailed insights and metrics for echarts
Gathering detailed insights and metrics for echarts
Gathering detailed insights and metrics for echarts
Apache ECharts is a powerful, interactive charting and data visualization library for browser
npm install echarts
Typescript
Module System
Node Version
NPM Version
90.8
Supply Chain
99.2
Quality
89.2
Maintenance
100
Vulnerability
87.3
License
TypeScript (88.31%)
JavaScript (11.58%)
Smarty (0.06%)
HTML (0.04%)
Total Downloads
158,502,933
Last Day
61,847
Last Week
1,097,483
Last Month
4,673,988
Last Year
50,101,127
Apache-2.0 License
63,933 Stars
10,000 Commits
19,744 Forks
1,974 Watchers
24 Branches
261 Contributors
Updated on Jul 06, 2025
Latest Version
5.6.0
Package Id
echarts@5.6.0
Unpacked Size
50.70 MB
Size
9.95 MB
File Count
1,247
NPM Version
10.8.2
Node Version
18.20.5
Published on
Dec 28, 2024
Cumulative downloads
Total Downloads
Last Day
26.9%
61,847
Compared to previous day
Last Week
-6.2%
1,097,483
Compared to previous week
Last Month
-1.7%
4,673,988
Compared to previous month
Last Year
38.8%
50,101,127
Compared to previous year
33
Apache ECharts is a free, powerful charting and visualization library offering easy ways to add intuitive, interactive, and highly customizable charts to your commercial products. It is written in pure JavaScript and based on zrender, which is a whole new lightweight canvas library.
You may choose one of the following methods:
npm install echarts --save
Build echarts source code:
Execute the instructions in the root directory of the echarts: (Node.js is required)
1# Install the dependencies from NPM: 2npm install 3 4# Rebuild source code immediately in watch mode when changing the source code. 5# It opens the `./test` directory, and you may open `-cases.html` to get the list 6# of all test cases. 7# If you wish to create a test case, run `npm run mktest:help` to learn more. 8npm run dev 9 10# Check the correctness of TypeScript code. 11npm run checktype 12 13# If intending to build and get all types of the "production" files: 14npm run release
Then the "production" files are generated in the dist
directory.
Please refer to the contributing document if you wish to debug locally or make pull requests.
https://github.com/ecomfe/awesome-echarts
ECharts GL An extension pack of ECharts, which provides 3D plots, globe visualization, and WebGL acceleration.
Extension for Baidu Map 百度地图扩展 An extension provides a wrapper of Baidu Map Service SDK.
vue-echarts ECharts component for Vue.js
echarts-stat Statistics tool for ECharts
ECharts is available under the Apache License V2.
Please refer to Apache Code of Conduct.
Deqing Li, Honghui Mei, Yi Shen, Shuang Su, Wenli Zhang, Junting Wang, Ming Zu, Wei Chen. ECharts: A Declarative Framework for Rapid Construction of Web-based Visualization. Visual Informatics, 2018.
No vulnerabilities found.
Reason
30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10
Reason
all changesets reviewed
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
security policy file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 1
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
17 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More