UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

13 lines (10 loc) 493 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.LiquidChart = void 0; const vchart_1 = require("@visactor/vchart"), BaseChart_1 = require("./BaseChart"), simple_1 = require("./registers/simple"); exports.LiquidChart = (0, BaseChart_1.createChart)("LiquidChart", { type: "liquid", vchartConstructor: vchart_1.VChart }, [ vchart_1.registerLiquidChart, vchart_1.registerIndicator, ...simple_1.registers ]); //# sourceMappingURL=LiquidChart.js.map