@visactor/vchart
Version:
charts lib based @visactor/VGrammar
18 lines (15 loc) • 986 B
JavaScript
;
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.rect3d = "rect3d", MarkTypeEnum.image = "image", MarkTypeEnum.path = "path",
MarkTypeEnum.area = "area", MarkTypeEnum.arc = "arc", MarkTypeEnum.arc3d = "arc3d",
MarkTypeEnum.polygon = "polygon", MarkTypeEnum.pyramid3d = "pyramid3d", MarkTypeEnum.boxPlot = "boxPlot",
MarkTypeEnum.linkPath = "linkPath", MarkTypeEnum.cell = "cell", MarkTypeEnum.ripple = "ripple",
MarkTypeEnum.liquid = "liquid", MarkTypeEnum.component = "component", MarkTypeEnum.label = "label",
MarkTypeEnum.pictogram = "pictogram";
}(MarkTypeEnum = exports.MarkTypeEnum || (exports.MarkTypeEnum = {}));
//# sourceMappingURL=type.js.map