import React, { Component } from 'react'; import { Chart, Geom, Axis, Tooltip, Coord, Label, Legend, View, Guide, Shape } from 'bizcharts'; import data from '../../data/china-geo.json'; import DataSet from '@antv/data-set'; const cols = { x: { sync: true, nice: false }, y: { sync: true, nice: false } } const { features } = data; const userData = []; for(let i=0; i ); } }