@visactor/vchart
Version:
charts lib based @visactor/VGrammar
22 lines (20 loc) • 486 B
JavaScript
import { baseSeriesMark } from "../base/constant";
export const correlationSeriesMark = Object.assign(Object.assign({}, 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