We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
添加 auto lib,主要包含 auto mark。给 G2 添加智能分析的能力,同时将 AVA 的能力通过 G2 展现给 G2 的用户:在 G2 点官网上直接投出,并且提供到 AVA 的链接。
可以直接使用 Chart:
import { Chart } from '@antv/g2';
也可以按需打包 Chart:
import { Runtime, corelib, autolib, extend } from '@antv/g2'; const Chart = extend(Runtime, { ...corelib(), ...autolib() });
然后如下使用:
const chart = new Chart(); // API chart.auto().data(data); // Options chart.options({ type: 'auto', data });
The text was updated successfully, but these errors were encountered:
ixuxinyue
Successfully merging a pull request may close this issue.
Auto Lib
添加 auto lib,主要包含 auto mark。给 G2 添加智能分析的能力,同时将 AVA 的能力通过 G2 展现给 G2 的用户:在 G2 点官网上直接投出,并且提供到 AVA 的链接。
开始使用
可以直接使用 Chart:
也可以按需打包 Chart:
然后如下使用:
TODO
The text was updated successfully, but these errors were encountered: