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
85.6
Maintenance
100
Vulnerability
87.3
License
TypeScript (87.7%)
JavaScript (12.19%)
Smarty (0.06%)
HTML (0.05%)
Total Downloads
154,669,954
Last Day
223,051
Last Week
964,943
Last Month
4,734,325
Last Year
49,256,535
Apache-2.0 License
63,458 Stars
9,538 Commits
19,721 Forks
1,973 Watchers
33 Branches
257 Contributors
Updated on May 08, 2025
Minified
Minified + Gzipped
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
3.3%
223,051
Compared to previous day
Last Week
-17.3%
964,943
Compared to previous week
Last Month
0.6%
4,734,325
Compared to previous month
Last Year
40.1%
49,256,535
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
no dangerous workflow patterns detected
Reason
all changesets reviewed
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
no binaries found in the repo
Reason
dependency not pinned by hash detected -- score normalized to 1
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
15 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-05-05
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