Update dependency @elastic/charts to v69 (main) (#208552)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@elastic/charts](https://togithub.com/elastic/elastic-charts) |
dependencies | major | [`68.1.0` ->
`69.0.0`](https://renovatebot.com/diffs/npm/@elastic%2fcharts/68.1.0/69.0.0)
|

---

### Release Notes

<details>
<summary>elastic/elastic-charts (@&#8203;elastic/charts)</summary>

###
[`v69.0.0`](https://togithub.com/elastic/elastic-charts/blob/HEAD/CHANGELOG.md#6900-2025-01-28)

[Compare
Source](https://togithub.com/elastic/elastic-charts/compare/v68.1.0...v69.0.0)

##### Bug Fixes

- **deps:** update dependency
[@&#8203;elastic/eui](https://togithub.com/elastic/eui) to v99
([#&#8203;2567](https://togithub.com/elastic/elastic-charts/issues/2567))
([f397987](f3979877ae))
- **style:** align xy axis style to borealis
([#&#8203;2584](https://togithub.com/elastic/elastic-charts/issues/2584))
([9486374](9486374376))

##### Styles

- **theme:** cleanup remaining theme changes
([#&#8203;2602](https://togithub.com/elastic/elastic-charts/issues/2602))
([beb4cf1](beb4cf108a)),
closes
[#&#8203;2601](https://togithub.com/elastic/elastic-charts/issues/2601)

##### BREAKING CHANGES

-   **theme:** the light and dark themes follow the EUI Borealis theme.

</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 [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlZpc3VhbGl6YXRpb25zIiwiYmFja3BvcnQ6cHJldi1taW5vciIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->

---------

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Marco Vettorello <marco.vettorello@elastic.co>
Co-authored-by: Nick Partridge <nicholas.partridge@elastic.co>
This commit is contained in:
elastic-renovate-prod[bot] 2025-01-29 02:51:21 +01:00 committed by GitHub
parent 5f888d0080
commit 0da2e082e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 761 additions and 743 deletions

View file

@ -111,7 +111,7 @@
"@elastic/apm-rum": "^5.16.3",
"@elastic/apm-rum-core": "^5.22.1",
"@elastic/apm-rum-react": "^2.0.5",
"@elastic/charts": "68.1.0",
"@elastic/charts": "69.0.0",
"@elastic/datemath": "5.0.3",
"@elastic/ebt": "^1.1.1",
"@elastic/ecs": "^8.11.5",

View file

@ -62,12 +62,12 @@ exports[`GaugeComponent renders the chart 1`] = `
},
"axes": Object {
"axisLine": Object {
"stroke": "#eaedf3",
"stroke": "#E3E8F2",
"strokeWidth": 1,
"visible": true,
},
"axisPanelTitle": Object {
"fill": "#333",
"fill": "#1D2A3E",
"fontFamily": "sans-serif",
"fontSize": 10,
"padding": Object {
@ -77,7 +77,7 @@ exports[`GaugeComponent renders the chart 1`] = `
"visible": true,
},
"axisTitle": Object {
"fill": "#343741",
"fill": "#1D2A3E",
"fontFamily": "Inter, BlinkMacSystemFont, Helvetica, Arial, sans-serif",
"fontSize": 12,
"padding": Object {
@ -93,7 +93,7 @@ exports[`GaugeComponent renders the chart 1`] = `
0,
],
"opacity": 1,
"stroke": "#E9EDF3",
"stroke": "#E3E8F2",
"strokeWidth": 1,
"visible": true,
},
@ -121,7 +121,7 @@ exports[`GaugeComponent renders the chart 1`] = `
0,
],
"opacity": 1,
"stroke": "#E9EDF3",
"stroke": "#E3E8F2",
"strokeWidth": 1,
"visible": true,
},
@ -131,7 +131,7 @@ exports[`GaugeComponent renders the chart 1`] = `
"horizontal": "near",
"vertical": "near",
},
"fill": "#646a77",
"fill": "#516381",
"fontFamily": "Inter, BlinkMacSystemFont, Helvetica, Arial, sans-serif",
"fontSize": 10,
"fontStyle": "normal",
@ -150,14 +150,14 @@ exports[`GaugeComponent renders the chart 1`] = `
"tickLine": Object {
"padding": 10,
"size": 10,
"stroke": "#eaedf3",
"stroke": "#E3E8F2",
"strokeWidth": 1,
"visible": false,
},
},
"background": Object {
"color": "#FFF",
"fallbackColor": "#FFF",
"color": "#FFFFFF",
"fallbackColor": "#FFFFFF",
},
"barSeriesStyle": Object {
"displayValue": Object {
@ -194,16 +194,16 @@ exports[`GaugeComponent renders the chart 1`] = `
},
"bulletGraph": Object {
"angularTickLabelPadding": 10,
"barBackground": "#343741",
"border": "#EDF0F5",
"barBackground": "#1D2A3E",
"border": "#E3E8F2",
"colorBands": Array [
"#AA87D1",
"#D9C6EF",
],
"fallbackBandColor": "#98A2B3",
"fallbackBandColor": "#ECF1F9",
"minHeight": 64,
"nonFiniteText": "N/A",
"textColor": "#343741",
"textColor": "#1D2A3E",
},
"chartMargins": Object {
"bottom": 0,
@ -234,7 +234,7 @@ exports[`GaugeComponent renders the chart 1`] = `
},
"crosshair": Object {
"band": Object {
"fill": "#F1F4FA",
"fill": "rgba(23 80 186 / 0.04)",
"visible": true,
},
"crossLine": Object {
@ -242,7 +242,7 @@ exports[`GaugeComponent renders the chart 1`] = `
4,
4,
],
"stroke": "#69707D",
"stroke": "#CAD3E2",
"strokeWidth": 1,
"visible": true,
},
@ -251,21 +251,22 @@ exports[`GaugeComponent renders the chart 1`] = `
4,
4,
],
"stroke": "#69707D",
"stroke": "#CAD3E2",
"strokeWidth": 1,
"visible": true,
},
},
"flamegraph": Object {
"minimapFocusBorder": "#BC1E70",
"navigation": Object {
"buttonBackgroundColor": "#CCE4F5",
"buttonDisabledBackgroundColor": "#D3DAE626",
"buttonDisabledTextColor": "#A2ABBA",
"buttonTextColor": "#0061A6",
"textColor": "#343741",
"buttonBackgroundColor": "#0B64DD",
"buttonDisabledBackgroundColor": "#ECF1F9",
"buttonDisabledTextColor": "#798EAF",
"buttonTextColor": "#FFFFFF",
"textColor": "#111C2C",
},
"scrollbarThumb": "#343741",
"scrollbarTrack": "#D3DAE6",
"scrollbarThumb": "#8E9FBC",
"scrollbarTrack": "#ECF1F9",
},
"goal": Object {
"arcBoxSamplePitch": 0.08726646259971647,
@ -318,23 +319,23 @@ exports[`GaugeComponent renders the chart 1`] = `
},
"heatmap": Object {
"brushArea": Object {
"stroke": "#69707D",
"stroke": "#CAD3E2",
"strokeWidth": 2,
"visible": true,
},
"brushMask": Object {
"fill": "#73737380",
"fill": "rgba(255 255 255 / 0.7)",
"visible": true,
},
"brushTool": Object {
"fill": "gray",
"fill": "rgba(255 255 255 / 0.7)",
"visible": false,
},
"cell": Object {
"align": "center",
"border": Object {
"stroke": "gray",
"strokeWidth": 1,
"stroke": "#E3E8F2",
"strokeWidth": 0,
},
"label": Object {
"fontFamily": "Sans-Serif",
@ -353,12 +354,12 @@ exports[`GaugeComponent renders the chart 1`] = `
},
"grid": Object {
"stroke": Object {
"color": "gray",
"color": "#E3E8F2",
"width": 1,
},
},
"xAxisLabel": Object {
"fontFamily": "Sans-Serif",
"fontFamily": "Inter, BlinkMacSystemFont, Helvetica, Arial, sans-serif",
"fontSize": 12,
"fontStyle": "normal",
"fontVariant": "normal",
@ -370,11 +371,11 @@ exports[`GaugeComponent renders the chart 1`] = `
"top": 5,
},
"rotation": 0,
"textColor": "black",
"textColor": "#516381",
"visible": true,
},
"yAxisLabel": Object {
"fontFamily": "Sans-Serif",
"fontFamily": "Inter, BlinkMacSystemFont, Helvetica, Arial, sans-serif",
"fontSize": 12,
"fontStyle": "normal",
"fontVariant": "normal",
@ -385,7 +386,7 @@ exports[`GaugeComponent renders the chart 1`] = `
"right": 5,
"top": 5,
},
"textColor": "black",
"textColor": "#516381",
"visible": true,
"width": "auto",
},
@ -451,15 +452,15 @@ exports[`GaugeComponent renders the chart 1`] = `
"pointVisibilityMinDistance": 40,
},
"metric": Object {
"barBackground": "#EDF0F5",
"border": "#EDF0F5",
"barBackground": "#ECF1F9",
"border": "#E3E8F2",
"emptyBackground": "transparent",
"iconAlign": "right",
"minHeight": 64,
"minValueFontSize": 12,
"nonFiniteText": "N/A",
"textDarkColor": "#343741",
"textLightColor": "#E0E5EE",
"textDarkColor": "#111C2C",
"textLightColor": "#E3E8F2",
"titlesTextAlign": "left",
"valueFontSize": "default",
"valuesTextAlign": "right",
@ -469,7 +470,7 @@ exports[`GaugeComponent renders the chart 1`] = `
"emptySizeRatio": 0,
"fillLabel": Object {
"clipText": false,
"fontFamily": "Sans-Serif",
"fontFamily": "Inter, BlinkMacSystemFont, Helvetica, Arial, sans-serif",
"fontStyle": "normal",
"fontVariant": "normal",
"fontWeight": 400,
@ -486,7 +487,7 @@ exports[`GaugeComponent renders the chart 1`] = `
"horizontalTextEnforcer": 1,
"idealFontSizeJump": 1.05,
"linkLabel": Object {
"fontFamily": "Sans-Serif",
"fontFamily": "Inter, BlinkMacSystemFont, Helvetica, Arial, sans-serif",
"fontSize": 11,
"fontStyle": "normal",
"fontVariant": "normal",
@ -502,7 +503,7 @@ exports[`GaugeComponent renders the chart 1`] = `
"radiusPadding": 10,
"spacing": 2,
"stemAngle": 0.7853981633974483,
"textColor": "#343741",
"textColor": "#1D2A3E",
"valueFont": Object {
"fontStyle": "normal",
"fontVariant": "normal",
@ -514,7 +515,7 @@ exports[`GaugeComponent renders the chart 1`] = `
"minFontSize": 8,
"outerSizeRatio": 1,
"radialPadding": 0.017453292519943295,
"sectorLineStroke": "#FFF",
"sectorLineStroke": "#FFFFFF",
"sectorLineWidth": 1.5,
},
"rectAnnotation": Object {

View file

@ -75,12 +75,12 @@ exports[`DonutChart component passes correct props without errors for valid prop
},
"axes": Object {
"axisLine": Object {
"stroke": "#eaedf3",
"stroke": "#E3E8F2",
"strokeWidth": 1,
"visible": true,
},
"axisPanelTitle": Object {
"fill": "#333",
"fill": "#1D2A3E",
"fontFamily": "sans-serif",
"fontSize": 10,
"padding": Object {
@ -90,7 +90,7 @@ exports[`DonutChart component passes correct props without errors for valid prop
"visible": true,
},
"axisTitle": Object {
"fill": "#343741",
"fill": "#1D2A3E",
"fontFamily": "Inter, BlinkMacSystemFont, Helvetica, Arial, sans-serif",
"fontSize": 12,
"padding": Object {
@ -106,7 +106,7 @@ exports[`DonutChart component passes correct props without errors for valid prop
0,
],
"opacity": 1,
"stroke": "#E9EDF3",
"stroke": "#E3E8F2",
"strokeWidth": 1,
"visible": true,
},
@ -134,7 +134,7 @@ exports[`DonutChart component passes correct props without errors for valid prop
0,
],
"opacity": 1,
"stroke": "#E9EDF3",
"stroke": "#E3E8F2",
"strokeWidth": 1,
"visible": true,
},
@ -144,7 +144,7 @@ exports[`DonutChart component passes correct props without errors for valid prop
"horizontal": "near",
"vertical": "near",
},
"fill": "#646a77",
"fill": "#516381",
"fontFamily": "Inter, BlinkMacSystemFont, Helvetica, Arial, sans-serif",
"fontSize": 10,
"fontStyle": "normal",
@ -163,14 +163,14 @@ exports[`DonutChart component passes correct props without errors for valid prop
"tickLine": Object {
"padding": 10,
"size": 10,
"stroke": "#eaedf3",
"stroke": "#E3E8F2",
"strokeWidth": 1,
"visible": false,
},
},
"background": Object {
"color": "#FFF",
"fallbackColor": "#FFF",
"color": "#FFFFFF",
"fallbackColor": "#FFFFFF",
},
"barSeriesStyle": Object {
"displayValue": Object {
@ -207,16 +207,16 @@ exports[`DonutChart component passes correct props without errors for valid prop
},
"bulletGraph": Object {
"angularTickLabelPadding": 10,
"barBackground": "#343741",
"border": "#EDF0F5",
"barBackground": "#1D2A3E",
"border": "#E3E8F2",
"colorBands": Array [
"#AA87D1",
"#D9C6EF",
],
"fallbackBandColor": "#98A2B3",
"fallbackBandColor": "#ECF1F9",
"minHeight": 64,
"nonFiniteText": "N/A",
"textColor": "#343741",
"textColor": "#1D2A3E",
},
"chartMargins": Object {
"bottom": 0,
@ -247,7 +247,7 @@ exports[`DonutChart component passes correct props without errors for valid prop
},
"crosshair": Object {
"band": Object {
"fill": "#F1F4FA",
"fill": "rgba(23 80 186 / 0.04)",
"visible": true,
},
"crossLine": Object {
@ -255,7 +255,7 @@ exports[`DonutChart component passes correct props without errors for valid prop
4,
4,
],
"stroke": "#69707D",
"stroke": "#CAD3E2",
"strokeWidth": 1,
"visible": true,
},
@ -264,21 +264,22 @@ exports[`DonutChart component passes correct props without errors for valid prop
4,
4,
],
"stroke": "#69707D",
"stroke": "#CAD3E2",
"strokeWidth": 1,
"visible": true,
},
},
"flamegraph": Object {
"minimapFocusBorder": "#BC1E70",
"navigation": Object {
"buttonBackgroundColor": "#CCE4F5",
"buttonDisabledBackgroundColor": "#D3DAE626",
"buttonDisabledTextColor": "#A2ABBA",
"buttonTextColor": "#0061A6",
"textColor": "#343741",
"buttonBackgroundColor": "#0B64DD",
"buttonDisabledBackgroundColor": "#ECF1F9",
"buttonDisabledTextColor": "#798EAF",
"buttonTextColor": "#FFFFFF",
"textColor": "#111C2C",
},
"scrollbarThumb": "#343741",
"scrollbarTrack": "#D3DAE6",
"scrollbarThumb": "#8E9FBC",
"scrollbarTrack": "#ECF1F9",
},
"goal": Object {
"arcBoxSamplePitch": 0.08726646259971647,
@ -331,23 +332,23 @@ exports[`DonutChart component passes correct props without errors for valid prop
},
"heatmap": Object {
"brushArea": Object {
"stroke": "#69707D",
"stroke": "#CAD3E2",
"strokeWidth": 2,
"visible": true,
},
"brushMask": Object {
"fill": "#73737380",
"fill": "rgba(255 255 255 / 0.7)",
"visible": true,
},
"brushTool": Object {
"fill": "gray",
"fill": "rgba(255 255 255 / 0.7)",
"visible": false,
},
"cell": Object {
"align": "center",
"border": Object {
"stroke": "gray",
"strokeWidth": 1,
"stroke": "#E3E8F2",
"strokeWidth": 0,
},
"label": Object {
"fontFamily": "Sans-Serif",
@ -366,12 +367,12 @@ exports[`DonutChart component passes correct props without errors for valid prop
},
"grid": Object {
"stroke": Object {
"color": "gray",
"color": "#E3E8F2",
"width": 1,
},
},
"xAxisLabel": Object {
"fontFamily": "Sans-Serif",
"fontFamily": "Inter, BlinkMacSystemFont, Helvetica, Arial, sans-serif",
"fontSize": 12,
"fontStyle": "normal",
"fontVariant": "normal",
@ -383,11 +384,11 @@ exports[`DonutChart component passes correct props without errors for valid prop
"top": 5,
},
"rotation": 0,
"textColor": "black",
"textColor": "#516381",
"visible": true,
},
"yAxisLabel": Object {
"fontFamily": "Sans-Serif",
"fontFamily": "Inter, BlinkMacSystemFont, Helvetica, Arial, sans-serif",
"fontSize": 12,
"fontStyle": "normal",
"fontVariant": "normal",
@ -398,7 +399,7 @@ exports[`DonutChart component passes correct props without errors for valid prop
"right": 5,
"top": 5,
},
"textColor": "black",
"textColor": "#516381",
"visible": true,
"width": "auto",
},
@ -464,15 +465,15 @@ exports[`DonutChart component passes correct props without errors for valid prop
"pointVisibilityMinDistance": 40,
},
"metric": Object {
"barBackground": "#EDF0F5",
"border": "#EDF0F5",
"barBackground": "#ECF1F9",
"border": "#E3E8F2",
"emptyBackground": "transparent",
"iconAlign": "right",
"minHeight": 64,
"minValueFontSize": 12,
"nonFiniteText": "N/A",
"textDarkColor": "#343741",
"textLightColor": "#E0E5EE",
"textDarkColor": "#111C2C",
"textLightColor": "#E3E8F2",
"titlesTextAlign": "left",
"valueFontSize": "default",
"valuesTextAlign": "right",
@ -482,7 +483,7 @@ exports[`DonutChart component passes correct props without errors for valid prop
"emptySizeRatio": 0,
"fillLabel": Object {
"clipText": false,
"fontFamily": "Sans-Serif",
"fontFamily": "Inter, BlinkMacSystemFont, Helvetica, Arial, sans-serif",
"fontStyle": "normal",
"fontVariant": "normal",
"fontWeight": 400,
@ -499,7 +500,7 @@ exports[`DonutChart component passes correct props without errors for valid prop
"horizontalTextEnforcer": 1,
"idealFontSizeJump": 1.05,
"linkLabel": Object {
"fontFamily": "Sans-Serif",
"fontFamily": "Inter, BlinkMacSystemFont, Helvetica, Arial, sans-serif",
"fontSize": 11,
"fontStyle": "normal",
"fontVariant": "normal",
@ -515,7 +516,7 @@ exports[`DonutChart component passes correct props without errors for valid prop
"radiusPadding": 10,
"spacing": 2,
"stemAngle": 0.7853981633974483,
"textColor": "#343741",
"textColor": "#1D2A3E",
"valueFont": Object {
"fontStyle": "normal",
"fontVariant": "normal",
@ -527,7 +528,7 @@ exports[`DonutChart component passes correct props without errors for valid prop
"minFontSize": 8,
"outerSizeRatio": 1,
"radialPadding": 0.017453292519943295,
"sectorLineStroke": "#FFF",
"sectorLineStroke": "#FFFFFF",
"sectorLineWidth": 1.5,
},
"rectAnnotation": Object {

View file

@ -2233,10 +2233,10 @@
dependencies:
object-hash "^1.3.0"
"@elastic/charts@68.1.0":
version "68.1.0"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-68.1.0.tgz#7c2e471e984cb8cfe9a05dba8eda19ff26a880e7"
integrity sha512-4Wb0g9lgEpsgKJgdV6uqmY444elBJ5VhVJQ0ZUpnn8CV9mzEz8HqXAanpfqG9NTGca8C/EnwlSeQEgF+9orU4A==
"@elastic/charts@69.0.0":
version "69.0.0"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-69.0.0.tgz#c38531e6474ee64ebbad6d19b94fb543e5ee0033"
integrity sha512-TE7iRiGgLhYVImMpCFJleH91GinBlhbQKnVXtnjm+G8nYnvf6mA6Po7XViqKnEAUduAOVX8FJJJCL2/JWqRSJA==
dependencies:
"@popperjs/core" "^2.11.8"
bezier-easing "^2.1.0"