@visactor/vchart
Version:
charts lib based @visactor/VGrammar
20 lines (16 loc) • 442 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.rangeColumnSeriesMark = void 0;
const constant_1 = require("../bar/constant");
exports.rangeColumnSeriesMark = Object.assign(Object.assign({}, constant_1.barSeriesMark), {
minLabel: {
name: "minLabel",
type: "text"
},
maxLabel: {
name: "maxLabel",
type: "text"
}
});
//# sourceMappingURL=constant.js.map