UNPKG

@visactor/react-vtable

Version:
13 lines (10 loc) 391 B
import { register, PivotChart as PivotChartConstrouctor } from "@visactor/vtable"; import { createTable } from "./base-table"; export const PivotChart = createTable("PivotChart", { type: "pivot-chart", vtableConstrouctor: PivotChartConstrouctor }); export function registerChartModule(name, chart) { register.chartModule(name, chart); } //# sourceMappingURL=pivot-chart.js.map