UNPKG

@visactor/react-vtable

Version:

The react version of VTable

17 lines (13 loc) 592 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.registerChartModule = exports.PivotChart = void 0; const vtable_1 = require("@visactor/vtable"), vtable_2 = require("@visactor/vtable"), base_table_1 = require("./base-table"); function registerChartModule(name, chart) { vtable_1.register.chartModule(name, chart); } exports.PivotChart = (0, base_table_1.createTable)("PivotChart", { type: "pivot-chart", vtableConstrouctor: vtable_2.PivotChart }), exports.registerChartModule = registerChartModule; //# sourceMappingURL=pivot-chart.js.map