@patternfly/react-charts
Version:
This library provides a set of React chart components for use with the PatternFly reference implementation.
29 lines • 829 B
TypeScript
/**
* Bullet styles
*
* @private Not intended as public API and subject to change
*/
export declare const BulletStyles: {
axisTickCount: 5;
comparativeMeasureErrorWidth: 30;
comparativeMeasureWarningWidth: 30;
comparativeMeasureWidth: 30;
label: {
groupTitle: {
fill: "var(--pf-v6-chart-bullet--label--grouptitle--Fill, #1f1f1f)";
fontSize: 22;
};
subTitle: {
fill: "var(--pf-v6-chart-bullet--label--subtitle--Fill, #a3a3a3)";
fontSize: 14;
};
title: {
fill: "var(--pf-v6-chart-bullet--label--title--Fill, #1f1f1f)";
fontSize: 18;
};
};
primaryDotMeasureSize: 6;
primarySegmentedMeasureWidth: 9;
qualitativeRangeWidth: 30;
};
//# sourceMappingURL=bullet-styles.d.ts.map