@patternfly/react-charts
Version:
This library provides a set of React chart components for use with the PatternFly reference implementation.
21 lines • 801 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BoxPlotTooltipStyles = void 0;
const tslib_1 = require("tslib");
const t_global_font_weight_heading_bold_1 = tslib_1.__importDefault(require('@patternfly/react-tokens/dist/js/t_global_font_weight_heading_bold'));
const chart_voronoi_labels_Fill_1 = tslib_1.__importDefault(require('@patternfly/react-tokens/dist/js/chart_voronoi_labels_Fill'));
/**
* Box plot tooltip styles
*
* @private Not intended as public API and subject to change
*/
exports.BoxPlotTooltipStyles = {
flyout: {
padding: 40
},
label: {
fill: chart_voronoi_labels_Fill_1.default.var,
fontWeight: t_global_font_weight_heading_bold_1.default.value
}
};
//# sourceMappingURL=box-plot-tooltip-styles.js.map