mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Update dependency @elastic/charts to v66.0.4 (main) (#186836)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@elastic/charts](https://togithub.com/elastic/elastic-charts) | [`66.0.3` -> `66.0.4`](https://renovatebot.com/diffs/npm/@elastic%2fcharts/66.0.3/66.0.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>elastic/elastic-charts (@​elastic/charts)</summary> ### [`v66.0.4`](https://togithub.com/elastic/elastic-charts/blob/HEAD/CHANGELOG.md#6604-2024-06-24) [Compare Source](https://togithub.com/elastic/elastic-charts/compare/v66.0.3...v66.0.4) ##### Bug Fixes - **deps:** update dependency [@​elastic/eui](https://togithub.com/elastic/eui) to v95 ([#​2462](https://togithub.com/elastic/elastic-charts/issues/2462)) ([040c354](040c354d34
)) - option to disable the isolated point styles on line and area charts ([#​2472](https://togithub.com/elastic/elastic-charts/issues/2472)) ([ae16815](ae1681516a
)) - outside rect annotation placement and group relations ([#​2471](https://togithub.com/elastic/elastic-charts/issues/2471)) ([d46fb41](d46fb410ac
)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlZpc3VhbGl6YXRpb25zIiwiYmFja3BvcnQ6c2tpcCIsInJlbGVhc2Vfbm90ZTpza2lwIl19--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: nickofthyme <nicholas.partridge@elastic.co>
This commit is contained in:
parent
985a28fd3b
commit
0ffd02c1d2
6 changed files with 41 additions and 5 deletions
|
@ -104,7 +104,7 @@
|
|||
"@elastic/apm-rum": "^5.16.0",
|
||||
"@elastic/apm-rum-core": "^5.21.0",
|
||||
"@elastic/apm-rum-react": "^2.0.2",
|
||||
"@elastic/charts": "66.0.3",
|
||||
"@elastic/charts": "66.0.4",
|
||||
"@elastic/datemath": "5.0.3",
|
||||
"@elastic/ecs": "^8.11.1",
|
||||
"@elastic/elasticsearch": "^8.13.1",
|
||||
|
|
|
@ -38,6 +38,7 @@ exports[`GaugeComponent renders the chart 1`] = `
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -427,6 +428,7 @@ exports[`GaugeComponent renders the chart 1`] = `
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
|
|
@ -268,6 +268,7 @@ exports[`PartitionVisComponent should render correct structure for donut 1`] = `
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -657,6 +658,7 @@ exports[`PartitionVisComponent should render correct structure for donut 1`] = `
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -1200,6 +1202,7 @@ exports[`PartitionVisComponent should render correct structure for mosaic 1`] =
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -1589,6 +1592,7 @@ exports[`PartitionVisComponent should render correct structure for mosaic 1`] =
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -2192,6 +2196,7 @@ exports[`PartitionVisComponent should render correct structure for multi-metric
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -2581,6 +2586,7 @@ exports[`PartitionVisComponent should render correct structure for multi-metric
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -3186,6 +3192,7 @@ exports[`PartitionVisComponent should render correct structure for pie 1`] = `
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -3575,6 +3582,7 @@ exports[`PartitionVisComponent should render correct structure for pie 1`] = `
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -4118,6 +4126,7 @@ exports[`PartitionVisComponent should render correct structure for treemap 1`] =
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -4507,6 +4516,7 @@ exports[`PartitionVisComponent should render correct structure for treemap 1`] =
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -5005,6 +5015,7 @@ exports[`PartitionVisComponent should render correct structure for waffle 1`] =
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -5394,6 +5405,7 @@ exports[`PartitionVisComponent should render correct structure for waffle 1`] =
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
|
|
@ -610,6 +610,7 @@ exports[`XYChart component it renders area 1`] = `
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -999,6 +1000,7 @@ exports[`XYChart component it renders area 1`] = `
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -2163,6 +2165,7 @@ exports[`XYChart component it renders bar 1`] = `
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -2552,6 +2555,7 @@ exports[`XYChart component it renders bar 1`] = `
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -3716,6 +3720,7 @@ exports[`XYChart component it renders horizontal bar 1`] = `
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -4105,6 +4110,7 @@ exports[`XYChart component it renders horizontal bar 1`] = `
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -5269,6 +5275,7 @@ exports[`XYChart component it renders line 1`] = `
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -5658,6 +5665,7 @@ exports[`XYChart component it renders line 1`] = `
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -6822,6 +6830,7 @@ exports[`XYChart component it renders stacked area 1`] = `
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -7211,6 +7220,7 @@ exports[`XYChart component it renders stacked area 1`] = `
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -8375,6 +8385,7 @@ exports[`XYChart component it renders stacked bar 1`] = `
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -8764,6 +8775,7 @@ exports[`XYChart component it renders stacked bar 1`] = `
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -9928,6 +9940,7 @@ exports[`XYChart component it renders stacked horizontal bar 1`] = `
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -10317,6 +10330,7 @@ exports[`XYChart component it renders stacked horizontal bar 1`] = `
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -11511,6 +11525,7 @@ exports[`XYChart component split chart should render split chart if both, splitR
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -11900,6 +11915,7 @@ exports[`XYChart component split chart should render split chart if both, splitR
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -13302,6 +13318,7 @@ exports[`XYChart component split chart should render split chart if splitColumnA
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -13691,6 +13708,7 @@ exports[`XYChart component split chart should render split chart if splitColumnA
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -15086,6 +15104,7 @@ exports[`XYChart component split chart should render split chart if splitRowAcce
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -15475,6 +15494,7 @@ exports[`XYChart component split chart should render split chart if splitRowAcce
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
|
|
@ -51,6 +51,7 @@ exports[`DonutChart component passes correct props without errors for valid prop
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
@ -440,6 +441,7 @@ exports[`DonutChart component passes correct props without errors for valid prop
|
|||
},
|
||||
},
|
||||
"isolatedPoint": Object {
|
||||
"enabled": true,
|
||||
"fill": "white",
|
||||
"opacity": 1,
|
||||
"radius": 2,
|
||||
|
|
|
@ -1658,10 +1658,10 @@
|
|||
dependencies:
|
||||
object-hash "^1.3.0"
|
||||
|
||||
"@elastic/charts@66.0.3":
|
||||
version "66.0.3"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-66.0.3.tgz#16b2290fd37d7ca4d5eb96bd63b947b59cace39d"
|
||||
integrity sha512-McCg8X72U4DGqMihlQnuixsCoJEQHAt27lBKYLJWH9n6N/2EUDsdejUPIuiYqCRrEUyUOUq2XcyJMgOw4It50A==
|
||||
"@elastic/charts@66.0.4":
|
||||
version "66.0.4"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-66.0.4.tgz#aabb145687805ca7f491df22c15d7d535ca80031"
|
||||
integrity sha512-fxOivMRUtcTrSOKTqxxDN5XVCzaW0lVrydCxGGHg3NoYEBtOktnF8SWATO8EYfg5cSBDcVbLGOnscqM84Q2aDA==
|
||||
dependencies:
|
||||
"@popperjs/core" "^2.11.8"
|
||||
bezier-easing "^2.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue