[Profiling] Fix flamegraph tooltip right-click prompt (#151222)

This elastic-charts upgrade fixes an issue with the flamegraph tooltip
reported in https://github.com/elastic/elastic-charts/issues/1966

The fix was released in elastic-charts `52.0.1` and backported here.
This commit is contained in:
Marco Vettorello 2023-02-15 12:35:29 +01:00 committed by GitHub
parent d4d43e852b
commit 09c3bd11b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -103,7 +103,7 @@
"@dnd-kit/utilities": "^2.0.0",
"@elastic/apm-rum": "^5.12.0",
"@elastic/apm-rum-react": "^1.4.2",
"@elastic/charts": "52.0.0",
"@elastic/charts": "52.0.1",
"@elastic/datemath": "5.0.3",
"@elastic/elasticsearch": "npm:@elastic/elasticsearch-canary@8.6.0-canary.3",
"@elastic/ems-client": "8.4.0",

View file

@ -1456,10 +1456,10 @@
dependencies:
object-hash "^1.3.0"
"@elastic/charts@52.0.0":
version "52.0.0"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-52.0.0.tgz#db801faaf7fa4334b4cecdbfbfb7c13cf7bb4172"
integrity sha512-PWn1XySpD+2IaWmWftfdvim3l70r9H8y3fAPAnnMDHfzjDTlKJXq/19nMOGRVIwc9FifUN7cSw51shqq8Tj7lA==
"@elastic/charts@52.0.1":
version "52.0.1"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-52.0.1.tgz#1a5caae992213fca04371398b5cf1bdf0a52736b"
integrity sha512-Vf/NjZscKikXHmj5jDxUE1COZOak7xpeng8OioMNTG2e9KeoPWYcS+6g6Wm29o0Umj1no0ebXrW9ELxGacTUug==
dependencies:
"@popperjs/core" "^2.4.0"
bezier-easing "^2.1.0"