UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

20 lines (16 loc) 422 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.sankeySeriesMark = void 0; const constant_1 = require("../base/constant"); exports.sankeySeriesMark = Object.assign(Object.assign({}, constant_1.baseSeriesMark), { node: { name: "node", type: "rect" }, link: { name: "link", type: "linkPath" } }); //# sourceMappingURL=constant.js.map