UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

13 lines (9 loc) 455 B
import { VChart, registerLabel } from "@visactor/vchart"; import { createChart } from "./BaseChart"; import { registers } from "./registers/cartesian"; import { registerHistogram3dChart } from "@visactor/vchart-extension"; export const Histogram3dChart = createChart("Histogram3dChart", { type: "histogram3d", vchartConstructor: VChart }, [ registerHistogram3dChart, registerLabel, ...registers ]); //# sourceMappingURL=Histogram3dChart.js.map