@visactor/vchart
Version:
charts lib based @visactor/VGrammar
50 lines (48 loc) • 1.04 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.poptip = void 0, exports.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