序言
antv蚂蚁官网: https://antv.alipay.com/zh-cn/index.html
G2
G2引入
CDN:
<script src="https://gw.alipayobjects.com/os/lib/antv/g2/3.4.10/dist/g2.min.js"></script>
NPM:
$ npm install @antv/g2 --save
import G2 from '@antv/g2'
本地脚本:
<script src="./g2.js"></script>
G2封装实战
一个G2实例只能创建一个图表,若需要多个图表,可以封装G2 实例:
1 | /** |