mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Update dependency @elastic/charts to v49.0.1 (#142107)
* Update dependency @elastic/charts to v49.0.1 Fix darkmode for flamegraph * update test screenshot
This commit is contained in:
parent
95c797c26d
commit
ac8327a956
3 changed files with 16 additions and 5 deletions
|
@ -105,7 +105,7 @@
|
|||
"@dnd-kit/utilities": "^2.0.0",
|
||||
"@elastic/apm-rum": "^5.12.0",
|
||||
"@elastic/apm-rum-react": "^1.4.2",
|
||||
"@elastic/charts": "49.0.0",
|
||||
"@elastic/charts": "49.0.1",
|
||||
"@elastic/datemath": "5.0.3",
|
||||
"@elastic/elasticsearch": "npm:@elastic/elasticsearch-canary@8.3.0-canary.1",
|
||||
"@elastic/ems-client": "8.3.3",
|
||||
|
|
|
@ -233,6 +233,17 @@ exports[`DonutChart component passes correct props without errors for valid prop
|
|||
"visible": true,
|
||||
},
|
||||
},
|
||||
"flamegraph": Object {
|
||||
"navigation": Object {
|
||||
"buttonBackgroundColor": "rgb(204, 228, 245)",
|
||||
"buttonDisabledBackgroundColor": "rgba(211, 218, 230, 0.15)",
|
||||
"buttonDisabledTextColor": "rgb(162, 171, 186)",
|
||||
"buttonTextColor": "rgb(0, 97, 166)",
|
||||
"textColor": "rgb(52, 55, 65)",
|
||||
},
|
||||
"scrollbarThumb": "rgb(52, 55, 65)",
|
||||
"scrollbarTrack": "rgb(211, 218, 230)",
|
||||
},
|
||||
"goal": Object {
|
||||
"arcBoxSamplePitch": 0.08726646259971647,
|
||||
"barThicknessMinSizeRatio": 0.1,
|
||||
|
|
|
@ -1455,10 +1455,10 @@
|
|||
dependencies:
|
||||
object-hash "^1.3.0"
|
||||
|
||||
"@elastic/charts@49.0.0":
|
||||
version "49.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-49.0.0.tgz#6cda2bdb8c92691c12843ba44014fad5a60d61b0"
|
||||
integrity sha512-LXurKWGyPWXgMUJ6l21tSI4y9N3lJh3yJkDGCjvW9M5P3CXICR1V9ZizMMZlj9p1OXULsccrInsiUBFMU0Ktog==
|
||||
"@elastic/charts@49.0.1":
|
||||
version "49.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-49.0.1.tgz#d18cb49cfe4bd6b62e9ccb193fefb2ad93aa9cb8"
|
||||
integrity sha512-B5WoW+cCl7o7PyBAf+kj3C7/gG8Dbh/32KDxLjVNfw0Wb749bcBGPruST6D6Pv1JU6Mjs00hw7RTh8o9GlgeBg==
|
||||
dependencies:
|
||||
"@popperjs/core" "^2.4.0"
|
||||
bezier-easing "^2.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue