Skip to content

Commit

Permalink
[Uptime] Fix duration chart for Safari (elastic#41619)
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 19, 2019
1 parent 9a9cfc5 commit f630c65
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 f630c65

Please sign in to comment.