Commit 32758e7c by Torkel Ödegaard Committed by GitHub

Table: Fixes BarGauge cell display mode font size so that it is fixed to the…

Table: Fixes BarGauge cell display mode font size so that it is fixed to the default cell font size (#30303)
parent 1ccde2a1
......@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment