UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

32 lines (28 loc) 676 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.funnelSeriesMark = void 0; const constant_1 = require("../base/constant"); exports.funnelSeriesMark = Object.assign(Object.assign({}, constant_1.baseSeriesMark), { funnel: { name: "funnel", type: "polygon" }, transform: { name: "transform", type: "polygon" }, transformLabel: { name: "transformLabel", type: "text" }, outerLabel: { name: "outerLabel", type: "text" }, outerLabelLine: { name: "outerLabelLine", type: "rule" } }); //# sourceMappingURL=constant.js.map