mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user