UNPKG

echarts

Version:

Apache ECharts is a powerful, interactive charting and data visualization library for browser

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