diff --git a/packages/grafana-ui/src/components/Table/BarGaugeCell.tsx b/packages/grafana-ui/src/components/Table/BarGaugeCell.tsx index e4fd2f2491f..5c18ce7088d 100644 --- a/packages/grafana-ui/src/components/Table/BarGaugeCell.tsx +++ b/packages/grafana-ui/src/components/Table/BarGaugeCell.tsx @@ -52,6 +52,7 @@ export const BarGaugeCell: FC = props => { height={tableStyles.cellHeightInner} field={config} display={field.display} + text={{ valueSize: 14 }} value={displayValue} orientation={VizOrientation.Horizontal} theme={tableStyles.theme}