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
147,279,809
Last Day
208,695
Last Week
1,125,471
Last Month
5,023,311
Last Year
47,247,230
Apache-2.0 License
62,174 Stars
9,519 Commits
19,698 Forks
1,971 Watchers
37 Branches
255 Contributors
Updated on Mar 22, 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
-5.5%
208,695
Compared to previous day
Last Week
-4.6%
1,125,471
Compared to previous week
Last Month
13.3%
5,023,311
Compared to previous month
Last Year
40.2%
47,247,230
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
all changesets reviewed
Reason
no dangerous workflow patterns detected
Reason
28 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
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
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-03-17
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