@patternfly/react-charts
Version:
This library provides a set of React chart components for use with the PatternFly reference implementation.
18 lines (16 loc) • 511 B
text/typescript
import t_global_font_weight_heading_bold from '@patternfly/react-tokens/dist/esm/t_global_font_weight_heading_bold';
import chart_voronoi_labels_Fill from '@patternfly/react-tokens/dist/esm/chart_voronoi_labels_Fill';
/**
* Box plot tooltip styles
*
* @private Not intended as public API and subject to change
*/
export const BoxPlotTooltipStyles = {
flyout: {
padding: 40
},
label: {
fill: chart_voronoi_labels_Fill.var,
fontWeight: t_global_font_weight_heading_bold.value
} as any
};