@patternfly/react-charts
Version:
This library provides a set of React chart components for use with the PatternFly reference implementation.
24 lines • 731 B
TypeScript
export declare const BulletStyles: {
axisTickCount: 5;
comparativeMeasureErrorWidth: 30;
comparativeMeasureWarningWidth: 30;
comparativeMeasureWidth: 30;
label: {
groupTitle: {
fill: "var(--pf-chart-bullet--label--grouptitle--Fill, #151515)";
fontSize: 24;
};
subTitle: {
fill: "var(--pf-chart-bullet--label--subtitle--Fill, #b8bbbe)";
fontSize: 14;
};
title: {
fill: "var(--pf-chart-bullet--label--title--Fill, #151515)";
fontSize: 18;
};
};
primaryDotMeasureSize: 6;
primarySegmentedMeasureWidth: 9;
qualitativeRangeWidth: 30;
};
//# sourceMappingURL=bullet-styles.d.ts.map