@patternfly/react-charts
Version:
This library provides a set of React chart components for use with the PatternFly reference implementation.
14 lines • 395 B
TypeScript
export declare const DonutStyles: {
label: {
subTitle: {
fill: "var(--pf-chart-donut--label--subtitle--Fill, #b8bbbe)";
fontSize: 14;
};
subTitlePosition: "center";
title: {
fill: "var(--pf-chart-donut--label--title--Fill, #151515)";
fontSize: 24;
};
};
};
//# sourceMappingURL=donut-styles.d.ts.map