@visactor/vchart
Version:
charts lib based @visactor/VGrammar
36 lines (35 loc) • 821 B
JavaScript
export const map = {
defaultFillColor: "#f3f3f3",
area: {
style: {
lineWidth: .5,
strokeOpacity: 1,
stroke: "black",
fillOpacity: 1
}
},
label: {
interactive: !1,
style: {
fontSize: {
type: "token",
key: "l6FontSize"
},
lineHeight: {
type: "token",
key: "l6LineHeight"
},
textBaseline: "middle",
fill: {
type: "palette",
key: "secondaryFontColor",
default: "#89909d"
},
stroke: {
type: "palette",
key: "backgroundColor"
}
}
}
};
//# sourceMappingURL=map.js.map