Skip to content

Commit

Permalink
[Stack Monitoring] fix Logstash Pipeline hover timestamp isn't visible (
Browse files Browse the repository at this point in the history
elastic#123091)

* change height of sparkline popup so that all data is visible

* commit using @elastic.co

* Update snapshot

Co-authored-by: Mat Schaffer <mat@elastic.co>
  • Loading branch information
tbeermann and matschaffer authored Jan 17, 2022
1 parent ba60155 commit f4b117a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class Sparkline extends React.Component {
return;
}

const tooltipHeightInPx = 36;
const tooltipHeightInPx = 56;
const tooltipWidthInPx = 220;
const caretWidthInPx = 6;
const marginBetweenPointAndCaretInPx = 10;
Expand Down

0 comments on commit f4b117a

Please sign in to comment.