@visactor/vchart
Version:
charts lib based @visactor/VGrammar
36 lines (35 loc) • 710 B
JavaScript
export const title = {
padding: {
top: 4,
bottom: 20
},
textStyle: {
fontSize: {
type: "token",
key: "l3FontSize"
},
lineHeight: {
type: "token",
key: "l3LineHeight"
},
fill: {
type: "palette",
key: "primaryFontColor"
}
},
subtextStyle: {
fontSize: {
type: "token",
key: "l4FontSize"
},
lineHeight: {
type: "token",
key: "l4LineHeight"
},
fill: {
type: "palette",
key: "tertiaryFontColor"
}
}
};
//# sourceMappingURL=title.js.map