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