zz-chart 中文文档教程
@alauda/chart
Alauda 前端团队的 Alauda 图表组件
目录
使用
安装
# pnpm
pnpm add @alauda/chart
# yarn
yarn add @alauda/chart
# npm
npm i @alauda/chart
API
import { Chart } from '@alauda/chart';
Chart({
container: document.querySelector('#chart-container'),
});
更改日志
每个版本的详细更改记录在CHANGELOG.md。
许可证
@alauda/chart
Alauda Chart components by Alauda Frontend Team
TOC
Usage
Install
# pnpm
pnpm add @alauda/chart
# yarn
yarn add @alauda/chart
# npm
npm i @alauda/chart
API
import { Chart } from '@alauda/chart';
Chart({
container: document.querySelector('#chart-container'),
});
Changelog
Detailed changes for each release are documented in CHANGELOG.md.