UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

11 lines (7 loc) 352 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.Sankey = void 0; const BaseSeries_1 = require("./BaseSeries"), vchart_1 = require("@visactor/vchart"); exports.Sankey = (0, BaseSeries_1.createSeries)("Sankey", [ "node", "link" ], "sankey", [ vchart_1.registerSankeySeries ]); //# sourceMappingURL=Sankey.js.map