UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

31 lines (30 loc) 654 B
export const getCommonLabelTheme = () => ({ style: { fontSize: { type: "token", key: "l4FontSize" }, fontWeight: "normal", fontStyle: "normal", fill: { type: "palette", key: "primaryFontColor" } }, labelBackground: { padding: { top: 2, bottom: 2, right: 4, left: 4 }, style: { cornerRadius: 3, fill: { type: "palette", key: "markLabelBackgroundColor" } } } }); //# sourceMappingURL=mark.js.map