@visactor/vchart
Version:
charts lib based @visactor/VGrammar
46 lines (45 loc) • 943 B
JavaScript
export const poptip = {
visible: !0,
position: "auto",
padding: 8,
titleStyle: {
fontSize: {
type: "token",
key: "l5FontSize"
},
fontWeight: "bold",
fill: {
type: "palette",
key: "primaryFontColor"
}
},
contentStyle: {
fontSize: {
type: "token",
key: "l5FontSize"
},
fill: {
type: "palette",
key: "primaryFontColor"
}
},
panel: {
visible: !0,
fill: {
type: "palette",
key: "popupBackgroundColor"
},
cornerRadius: 3,
lineWidth: 0,
shadowBlur: 12,
shadowOffsetX: 0,
shadowOffsetY: 4,
shadowColor: {
type: "palette",
key: "shadowColor"
},
size: 0,
space: 12
}
};
//# sourceMappingURL=poptip.js.map