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