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

pull/30297/head^2
Torkel Ödegaard 4 years ago committed by GitHub
parent 1ccde2a173
commit 32758e7cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/grafana-ui/src/components/Table/BarGaugeCell.tsx

@ -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}

Loading…
Cancel
Save