@visactor/react-vchart
Version:
The react version of VChart 4.x
11 lines (8 loc) • 358 B
JavaScript
import { VChart, registerMapChart, registerLabel } from "@visactor/vchart";
import { registers } from "./registers/simple";
import { createChart } from "./BaseChart";
export const MapChart = createChart("MapChart", {
type: "map",
vchartConstructor: VChart
}, [ registerMapChart, registerLabel, ...registers ]);
//# sourceMappingURL=MapChart.js.map