UNPKG

echarts-bus

Version:

魔改的Echarts,具有同时切换主题的功能

4 lines (3 loc) 223 B
import { GeoJSONRegion } from './Region.js'; import { GeoJSONCompressed, GeoJSON } from './geoTypes.js'; export default function parseGeoJSON(geoJson: GeoJSON | GeoJSONCompressed, nameProperty: string): GeoJSONRegion[];