@visactor/react-vtable
Version:
The react version of VTable
13 lines (10 loc) • 391 B
JavaScript
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