@visactor/taro-vchart
Version:
Taro VChart 图表组件
36 lines (35 loc) • 871 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.style_container = exports.style_cs_tooltip_canvas = exports.style_cs_canvas_hidden = exports.style_cs_canvas = void 0,
exports.style_cs_canvas = {
width: "100%",
height: "100%",
display: "block",
margin: "0px",
position: "relative",
zIndex: 1
}, exports.style_cs_canvas_hidden = {
opacity: 0,
visibility: "hidden",
width: "100%",
height: "100%",
position: "absolute",
pointerEvents: "none",
top: 0,
left: 0,
zIndex: 0
}, exports.style_cs_tooltip_canvas = {
width: "100%",
height: "100%",
position: "absolute",
// pointerEvents: 'none',
top: 0,
left: 0,
zIndex: 2
}, exports.style_container = {
width: "100%",
height: "100%",
position: "relative"
};
//# sourceMappingURL=index.js.map