Guosugaz / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser

Home Page:https://echarts.apache.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@sugaz/echarts

Echarts版本: 5.3.3

Echarts中文官网

Latest npm release

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.

更新记录

1.0.0:

  • 添加了legend旋转功能,legend.rotate和legend.scrollRotate

About

Apache ECharts is a powerful, interactive charting and data visualization library for browser

https://echarts.apache.org

License:Apache License 2.0


Languages

Language:TypeScript 89.2%Language:JavaScript 10.7%Language:Smarty 0.1%Language:HTML 0.0%