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