Skip to content

Commit

Permalink
[Uptime] Fix duration chart for Safari (#41619) (#41622)
Browse files Browse the repository at this point in the history
* Add height to a panel that was causing a chart not to show in the Safari browser.

* Prefer string with explicit units for panel style.
  • Loading branch information
justinkambic committed Jul 22, 2019
1 parent c480167 commit 6c2e627
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const DurationChart = ({
/>
</h4>
</EuiTitle>
<EuiPanel>
<EuiPanel style={{ height: '170px' }}>
<Chart>
<Settings
xDomain={{ min: absoluteStartDate, max: absoluteEndDate }}
Expand Down

0 comments on commit 6c2e627

Please sign in to comment.