@visactor/vchart
Version:
charts lib based @visactor/VGrammar
20 lines (16 loc) • 437 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.boxPlotSeriesMark = void 0;
const constant_1 = require("../base/constant");
exports.boxPlotSeriesMark = Object.assign(Object.assign({}, constant_1.baseSeriesMark), {
boxPlot: {
name: "boxPlot",
type: "boxPlot"
},
outlier: {
name: "outlier",
type: "symbol"
}
});
//# sourceMappingURL=constant.js.map