@sugaz/echarts
v1.0.0
Published
Apache ECharts is a powerful, interactive charting and data visualization library for browser
Maintainers
Readme
@sugaz/echarts
Echarts版本: 5.3.3
Docs
Get Help
- GitHub Issues for bug report and feature requests
- Email [email protected] for general questions
- Subscribe to the mailing list to get updated with the project
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 releaseThen the "production" files are generated in the dist directory.
更新记录
1.0.0:
- 添加了legend旋转功能,legend.rotate和legend.scrollRotate
