@visactor/vchart
Version:
charts lib based @visactor/VGrammar
28 lines (24 loc) • 610 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.correlationSeriesMark = void 0;
const constant_1 = require("../base/constant");
exports.correlationSeriesMark = Object.assign(Object.assign({}, constant_1.baseSeriesMark), {
nodePoint: {
name: "nodePoint",
type: "symbol"
},
ripplePoint: {
name: "ripplePoint",
type: "ripple"
},
centerPoint: {
name: "centerPoint",
type: "symbol"
},
centerLabel: {
name: "centerLabel",
type: "text"
}
});
//# sourceMappingURL=constant.js.map