mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
(cherry picked from commit 11b2f0ee4d)
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
This commit is contained in:
committed by
GitHub
parent
0577e4b119
commit
34a1621a5c
@@ -42,6 +42,9 @@ export class TimelineChart extends React.Component<TimelineProps> {
|
||||
getTimeRange,
|
||||
eventBus,
|
||||
...this.props,
|
||||
|
||||
// When there is only one row, use the full space
|
||||
rowHeight: alignedFrame.fields.length > 2 ? this.props.rowHeight : 1,
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user