NewPanelEdit: Minor style tweaks & fix to transparent panels (#23353)

* NewPanelEdit: Minor style tweaks

* Fixed ts issue

* Tweaked breakpoint
This commit is contained in:
Torkel Ödegaard
2020-04-06 08:22:49 +02:00
committed by GitHub
parent 7ab11027b0
commit 69bdcccd10
6 changed files with 22 additions and 28 deletions

View File

@@ -95,6 +95,7 @@ export class StatPanel extends PureComponent<PanelProps<StatPanelOptions>> {
width={width}
height={height}
source={data}
itemSpacing={3}
renderCounter={renderCounter}
autoGrid={true}
orientation={options.orientation}