simple chart component:图表组件 源码
条形图和饼图 条形图的React组件 安装 npm install --save bar-chart-simple 用法 import React , { Component } from 'react' import { ChartComponent } from 'bar-chart-simple' import 'test-head/dist/index.css' class Example extends Component { let data = [ { "data_category" : "USA" , "data_value" : 2025 } , {
用户评论