mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
StatPanel: Fix issue where sparkline chart was not being shown on resize (#63942)
This commit is contained in:
@@ -415,6 +415,10 @@ export class StackedWithNoChartLayout extends BigValueLayout {
|
||||
return styles;
|
||||
}
|
||||
|
||||
renderChart(): JSX.Element | null {
|
||||
return null;
|
||||
}
|
||||
|
||||
getPanelStyles() {
|
||||
const styles = super.getPanelStyles();
|
||||
styles.alignItems = 'center';
|
||||
|
||||
Reference in New Issue
Block a user