Panel/BarGauge: Prevent overflow in panel with many series (#26926)

* Panel/BarGauge: Prevent overflow in panel with many series
Closes #24889
This commit is contained in:
kay delaney
2020-08-12 16:26:18 +01:00
committed by GitHub
parent 2093f7c1f0
commit 751a07e3c5
2 changed files with 6 additions and 2 deletions

View File

@@ -100,6 +100,7 @@ export class BarGaugePanel extends PureComponent<PanelProps<BarGaugeOptions>> {
renderCounter={renderCounter}
width={width}
height={height}
minVizHeight={10}
itemSpacing={this.getItemSpacing()}
orientation={options.orientation}
/>