Skip to content

Commit

Permalink
[Lens] Fix tooltip size and partition rerendering (elastic#172802)
Browse files Browse the repository at this point in the history
## Summary

fix elastic#171408
improves the style of tooltip by enlarging its size see
elastic/elastic-charts#2048
  • Loading branch information
markov00 authored and pull[bot] committed Jan 17, 2024
1 parent e48e101 commit 7b2ecf4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -98,7 +98,7 @@
"@dnd-kit/utilities": "^2.0.0",
"@elastic/apm-rum": "^5.15.0",
"@elastic/apm-rum-react": "^2.0.1",
"@elastic/charts": "60.0.0",
"@elastic/charts": "60.0.1",
"@elastic/datemath": "5.0.3",
"@elastic/elasticsearch": "npm:@elastic/elasticsearch-canary@8.9.1-canary.1",
"@elastic/ems-client": "8.5.1",
Expand Down

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

8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1544,10 +1544,10 @@
dependencies:
object-hash "^1.3.0"

"@elastic/charts@60.0.0":
version "60.0.0"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-60.0.0.tgz#088c19debf1db48aed72c84bda51e98e7c291d54"
integrity sha512-oGNdvKhuZ2g2i/k4Zgv5QSUcEu+DOJSlIxV/1a7JBR/uJ2AzpV4uFyrNBUnUkM+CPJvsEn5MYABAzwUwveTgHA==
"@elastic/charts@60.0.1":
version "60.0.1"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-60.0.1.tgz#da8f8afd7200651d7efbf7d71b2dd60bee9299d1"
integrity sha512-Sl386SApHeK+IIx7R/8hAA8ribkyRi+Qi5iI7ENqywtRp1en4A75OSS9+wWy03uUvN8OcrA3Aaia2gTYHA+x0w==
dependencies:
"@popperjs/core" "^2.11.8"
bezier-easing "^2.1.0"
Expand Down

0 comments on commit 7b2ecf4

Please sign in to comment.