Update dependency @elastic/charts to v68 (main) (#195447)

This PR contains the following updates:

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

---

### Release Notes

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

###
[`v68.0.0`](https://togithub.com/elastic/elastic-charts/blob/HEAD/CHANGELOG.md#6800-2024-10-08)

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

##### Features

- **xy:** render sorting
([#&#8203;2524](https://togithub.com/elastic/elastic-charts/issues/2524))
([c514571](c514571302))

##### BREAKING CHANGES

- **xy:** The way mixed stacked/nonstacked series are colored now is
different from the previous behaviour. Now we color them not by their
insert index but by the way we display them in the rendering: from the
left to right, bottom top, stacked, nonstacked. This align correctly
also the legend colors by default. This does **not** affect colors
assigned via a `SeriesColorAccessor`.

####
[67.0.1](https://togithub.com/elastic/elastic-charts/compare/v67.0.0...v67.0.1)
(2024-10-03)

##### Bug Fixes

- **ChartStatus:** render complete if same parent size is dispatched
([#&#8203;2534](https://togithub.com/elastic/elastic-charts/issues/2534))
([c3aba88](c3aba885b9))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOlZpc3VhbGl6YXRpb25zIiwiYmFja3BvcnQ6c2tpcCIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
This commit is contained in:
elastic-renovate-prod[bot] 2024-10-09 08:59:50 -05:00 committed by GitHub
parent 3618ecab40
commit ba0bd8ab89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -111,7 +111,7 @@
"@elastic/apm-rum": "^5.16.1",
"@elastic/apm-rum-core": "^5.21.1",
"@elastic/apm-rum-react": "^2.0.3",
"@elastic/charts": "67.0.1",
"@elastic/charts": "68.0.0",
"@elastic/datemath": "5.0.3",
"@elastic/ebt": "^1.1.1",
"@elastic/ecs": "^8.11.1",

View file

@ -1643,10 +1643,10 @@
dependencies:
object-hash "^1.3.0"
"@elastic/charts@67.0.1":
version "67.0.1"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-67.0.1.tgz#17ba397a97f207f99b6f682f136dde0aef474b57"
integrity sha512-6H9DUxm1vwp/R78PAx/zkBKechXF0g1LQuflfpfxMFplwRRw7OTz9cMMRjvrqUp1bVhkp9yLb4CWao+HWaIofA==
"@elastic/charts@68.0.0":
version "68.0.0"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-68.0.0.tgz#a61cc39d6b139006946a134f372c6af5e09fbadb"
integrity sha512-qtlI5U9olt9Y5ZkVUwy9VT2uvU8WzmCTYLjCM+l3b1g4ek0WW1ehZxaJha2Esqe5+QPSBH9LrVzBTayQbbprUA==
dependencies:
"@popperjs/core" "^2.11.8"
bezier-easing "^2.1.0"