You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13451294168 c2299c976e
最终版本
1 year ago
..
.github 最终版本 1 year ago
.vscode 最终版本 1 year ago
asset 最终版本 1 year ago
build 最终版本 1 year ago
dist 最终版本 1 year ago
extension 最终版本 1 year ago
extension-src 最终版本 1 year ago
i18n 最终版本 1 year ago
lib 最终版本 1 year ago
licenses 最终版本 1 year ago
theme 最终版本 1 year ago
types 最终版本 1 year ago
.asf.yaml 最终版本 1 year ago
.editorconfig 最终版本 1 year ago
.eslintignore 最终版本 1 year ago
.eslintrc-common.yaml 最终版本 1 year ago
.gitattributes 最终版本 1 year ago
.headerignore 最终版本 1 year ago
.huskyrc 最终版本 1 year ago
.jshintrc-dist 最终版本 1 year ago
.lgtm.yml 最终版本 1 year ago
CONTRIBUTING.md 最终版本 1 year ago
KEYS 最终版本 1 year ago
LICENSE 最终版本 1 year ago
NOTICE 最终版本 1 year ago
README.md 最终版本 1 year ago
charts.d.ts 最终版本 1 year ago
charts.js 最终版本 1 year ago
components.d.ts 最终版本 1 year ago
components.js 最终版本 1 year ago
core.d.ts 最终版本 1 year ago
core.js 最终版本 1 year ago
index.blank.js 最终版本 1 year ago
index.common.js 最终版本 1 year ago
index.d.ts 最终版本 1 year ago
index.js 最终版本 1 year ago
index.simple.js 最终版本 1 year ago
package.json 最终版本 1 year ago
renderers.d.ts 最终版本 1 year ago
renderers.js 最终版本 1 year ago
tsconfig.json 最终版本 1 year ago

README.md

Apache ECharts

logo

Apache ECharts is a free, powerful charting and visualization library offering an easy way of adding 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.

中文官网 | ENGLISH HOMEPAGE

Build Status Last npm release

Get Apache ECharts

You may choose one of the following methods:

Docs

Get Help

Build

Build echarts source code:

Execute the instructions in the root directory of the echarts: (Node.js is required)

# Install the dependencies from NPM:
npm install

# Rebuild source code immediately in watch mode when changing the source code.
npm run dev

# Check correctness of TypeScript code.
npm run checktype

# If intending to build and get all types of the "production" files:
npm run release

Then the "production" files are generated in the dist directory.

More custom build approaches can be checked in this tutorial: Create Custom Build of ECharts please.

Contribution

If you wish to debug locally or make pull requests, please refer to contributing document.

Resources

Awesome ECharts

https://github.com/ecomfe/awesome-echarts

Extensions

License

ECharts is available under the Apache License V2.

Code of Conduct

Please refer to Apache Code of Conduct.

Paper

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.