@visactor/vchart
Version:
charts lib based @visactor/VGrammar
35 lines (34 loc) • 785 B
JavaScript
export const circlePacking = {
layoutPadding: 5,
circlePacking: {
visible: !0,
style: {
cursor: "pointer",
stroke: {
type: "palette",
key: "backgroundColor"
}
}
},
label: {
visible: !0,
style: {
cursor: "pointer",
fill: "black",
stroke: {
type: "palette",
key: "backgroundColor"
},
lineWidth: 2,
fontSize: {
type: "token",
key: "l5FontSize"
},
lineHeight: {
type: "token",
key: "l5LineHeight"
}
}
}
};
//# sourceMappingURL=circle-packing.js.map