@patternfly/react-charts
Version:
This library provides a set of React chart components for use with the PatternFly reference implementation.
18 lines • 721 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LegendTooltipStyles = void 0;
const tslib_1 = require("tslib");
/* eslint-disable camelcase */
const global_FontWeight_bold_1 = tslib_1.__importDefault(require('@patternfly/react-tokens/dist/js/global_FontWeight_bold'));
const chart_voronoi_labels_Fill_1 = tslib_1.__importDefault(require('@patternfly/react-tokens/dist/js/chart_voronoi_labels_Fill'));
// Legend tooltip styles
exports.LegendTooltipStyles = {
flyout: {
padding: 40
},
label: {
fill: chart_voronoi_labels_Fill_1.default.var,
fontWeight: global_FontWeight_bold_1.default.value
}
};
//# sourceMappingURL=legend-tooltip-styles.js.map