@visactor/react-vchart
Version:
The react version of VChart 4.x
13 lines (9 loc) • 454 B
JavaScript
import { VChart, registerIndicator, registerLabel } from "@visactor/vchart";
import { createChart } from "./BaseChart";
import { registers } from "./registers/simple";
import { registerPie3dChart } from "@visactor/vchart-extension";
export const Pie3dChart = createChart("Pie3dChart", {
type: "pie3d",
vchartConstructor: VChart
}, [ registerPie3dChart, registerLabel, registerIndicator, ...registers ]);
//# sourceMappingURL=Pie3dChart.js.map