mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
BarGauge: Fix space bug in single series mode (#26176)
This commit is contained in:
parent
2191fe1285
commit
7b80e300d9
@ -44,7 +44,7 @@ export class BarGaugePanel extends PureComponent<PanelProps<BarGaugeOptions>> {
|
|||||||
displayMode={options.displayMode}
|
displayMode={options.displayMode}
|
||||||
onClick={openMenu}
|
onClick={openMenu}
|
||||||
className={targetClassName}
|
className={targetClassName}
|
||||||
alignmentFactors={alignmentFactors}
|
alignmentFactors={count > 1 ? alignmentFactors : undefined}
|
||||||
showUnfilled={options.showUnfilled}
|
showUnfilled={options.showUnfilled}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user