Table: Fixes BarGauge cell display mode font size so that it is fixed to the default cell font size (#30303)

This commit is contained in:
Torkel Ödegaard
2021-01-15 15:35:17 +01:00
committed by GitHub
parent 1ccde2a173
commit 32758e7cf0

View File

@@ -52,6 +52,7 @@ export const BarGaugeCell: FC<TableCellProps> = props => {
height={tableStyles.cellHeightInner}
field={config}
display={field.display}
text={{ valueSize: 14 }}
value={displayValue}
orientation={VizOrientation.Horizontal}
theme={tableStyles.theme}