g2plot react:用于React的G2Plot 源码
@ opd / g2plot-react 用于React的 安装 npm install @opd/g2plot-react 用法 import React , { useRef } from 'react' import { LineChart , LineChartProps } from '@opd/g2plot-react' const config : LineChartProps = { height : 350 , autoFit : true , xField : 'year' , yField : 'value' , smooth : true ,
用户评论