1.0.0 • Published 2 years ago

@sugaz/echarts v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

@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