@visactor/vchart
Version:
charts lib based @visactor/VGrammar
28 lines (26 loc) • 566 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.scatter = void 0, exports.scatter = {
point: {
style: {
size: 8,
symbolType: "circle",
lineWidth: 0,
fillOpacity: .8
}
},
label: {
visible: !1,
offset: 5,
position: "top",
style: {
lineWidth: 2,
stroke: {
type: "palette",
key: "backgroundColor"
}
}
}
};
//# sourceMappingURL=scatter.js.map