@patternfly/react-charts
Version:
This library provides a set of React chart components for use with the PatternFly reference implementation.
18 lines • 610 B
TypeScript
export declare const DonutUtilizationDynamicTheme: {
pie: {
height: 230;
padding: 20;
padAngle: 1;
width: 230;
};
};
export declare const DonutUtilizationStaticTheme: {
legend: {
colorScale: ("var(--pf-chart-donut--threshold--second--Color, #d2d2d2)" | "var(--pf-chart-donut--threshold--third--Color, #b8bbbe)" | "var(--pf-chart-donut--threshold--first--Color, #f0f0f0)")[];
};
pie: {
colorScale: "var(--pf-chart-donut--threshold--first--Color, #f0f0f0)"[];
padding: 20;
};
};
//# sourceMappingURL=donut-utilization-theme.d.ts.map