UNPKG

@patternfly/react-charts

Version:

This library provides a set of React chart components for use with the PatternFly reference implementation.

21 lines 795 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LegendTooltipStyles = 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')); /** * Legend tooltip styles * * @private Not intended as public API and subject to change */ exports.LegendTooltipStyles = { flyout: { padding: 40 }, label: { fill: chart_voronoi_labels_Fill_1.default.var, fontWeight: t_global_font_weight_heading_bold_1.default.value } }; //# sourceMappingURL=legend-tooltip-styles.js.map