@visactor/vchart
Version:
charts lib based @visactor/VGrammar
24 lines (23 loc) • 470 B
JavaScript
export const mosaic = {
label: {
visible: !1,
position: "center",
style: {
lineWidth: 2,
stroke: {
type: "palette",
key: "backgroundColor"
}
}
},
bar: {
style: {
lineWidth: 1,
stroke: {
type: "palette",
key: "backgroundColor"
}
}
}
};
//# sourceMappingURL=mosaic.js.map