UNPKG

@grafana/ui

Version:
33 lines (28 loc) 770 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var react = require('@emotion/react'); "use strict"; function getUplotStyles(theme) { return react.css({ ".uplot": { fontFamily: "inherit" }, ".u-select": { background: "rgba(120, 120, 130, 0.2)" }, ".u-over.zoom-drag": { cursor: "zoom-in" }, ".u-hz .u-cursor-x, .u-vt .u-cursor-y": { borderRight: "1px dashed rgba(120, 120, 130, 0.5)" }, ".u-hz .u-cursor-y, .u-vt .u-cursor-x": { borderBottom: "1px dashed rgba(120, 120, 130, 0.5)" }, ".shared-crosshair:not(.plot-active) .u-cursor-pt": { display: "none !important" } }); } exports.getUplotStyles = getUplotStyles; //# sourceMappingURL=uPlot.cjs.map