@patternfly/react-charts
Version:
This library provides a set of React chart components for use with the PatternFly reference implementation.
15 lines (13 loc) • 434 B
text/typescript
/* eslint-disable camelcase */
import global_FontWeight_bold from '@patternfly/react-tokens/dist/esm/global_FontWeight_bold';
import chart_voronoi_labels_Fill from '@patternfly/react-tokens/dist/esm/chart_voronoi_labels_Fill';
// Legend tooltip styles
export const LegendTooltipStyles = {
flyout: {
padding: 40
},
label: {
fill: chart_voronoi_labels_Fill.var,
fontWeight: global_FontWeight_bold.value
} as any
};