@patternfly/react-charts
Version:
This library provides a set of React chart components for use with the PatternFly reference implementation.
14 lines • 475 B
TypeScript
export declare const CommonStyles: {
label: {
fontFamily: "var(--pf-chart-global--FontFamily, \"RedHatText\", \"Overpass\", overpass, helvetica, arial, sans-serif)";
fontSize: 14;
letterSpacing: "var(--pf-chart-global--letter-spacing, normal)";
margin: 8;
fill: "var(--pf-chart-global--label--Fill, #151515)";
};
legend: {
margin: 16;
position: "right";
};
};
//# sourceMappingURL=common-styles.d.ts.map