UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

17 lines (14 loc) 919 B
"use strict"; var MarkTypeEnum; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.MarkTypeEnum = void 0, function(MarkTypeEnum) { MarkTypeEnum.group = "group", MarkTypeEnum.symbol = "symbol", MarkTypeEnum.rule = "rule", MarkTypeEnum.line = "line", MarkTypeEnum.text = "text", MarkTypeEnum.rect = "rect", MarkTypeEnum.image = "image", MarkTypeEnum.path = "path", MarkTypeEnum.area = "area", MarkTypeEnum.arc = "arc", MarkTypeEnum.polygon = "polygon", MarkTypeEnum.boxPlot = "boxPlot", MarkTypeEnum.linkPath = "linkPath", MarkTypeEnum.cell = "cell", MarkTypeEnum.ripple = "ripple", MarkTypeEnum.liquid = "liquid", MarkTypeEnum.component = "component", MarkTypeEnum.dataLabel = "dataLabel", MarkTypeEnum.label = "label", MarkTypeEnum.pictogram = "pictogram"; }(MarkTypeEnum = exports.MarkTypeEnum || (exports.MarkTypeEnum = {})); //# sourceMappingURL=type.js.map