UNPKG

@visactor/taro-vchart

Version:

Taro VChart 图表组件

12 lines (8 loc) 435 B
import { VChart, registerLabel } from "@visactor/vchart"; import { createChart } from "./generate-charts"; import { registers } from "./registers/cartesian"; import { registerHistogram3dChart } from "@visactor/vchart-extension"; export const Histogram3dChart = createChart("Histogram3dChart", { chartConstructor: VChart }, [ registerHistogram3dChart, registerLabel, ...registers ]); //# sourceMappingURL=Histogram3dChart.js.map