UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

24 lines (20 loc) 483 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.linkSeriesMark = void 0; const constant_1 = require("../base/constant"); exports.linkSeriesMark = Object.assign(Object.assign({}, constant_1.baseSeriesMark), { group: { name: "group", type: "group" }, link: { name: "link", type: "rule" }, arrow: { name: "arrow", type: "symbol" } }); //# sourceMappingURL=constant.js.map