Skip to content

Commit

Permalink
Update dependency @elastic/charts to v55 (main) (#153889)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@elastic/charts](https://togithub.com/elastic/elastic-charts) |
[`54.0.0` ->
`55.0.0`](https://renovatebot.com/diffs/npm/@elastic%2fcharts/54.0.0/55.0.0)
|
[![age](https://badges.renovateapi.com/packages/npm/@elastic%2fcharts/55.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@elastic%2fcharts/55.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@elastic%2fcharts/55.0.0/compatibility-slim/54.0.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@elastic%2fcharts/55.0.0/confidence-slim/54.0.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>elastic/elastic-charts</summary>

###
[`v55.0.0`](https://togithub.com/elastic/elastic-charts/blob/HEAD/CHANGELOG.md#&#8203;5500-httpsgithubcomelasticelastic-chartscomparev5400v5500-2023-03-21)

[Compare
Source](https://togithub.com/elastic/elastic-charts/compare/v54.0.0...v55.0.0)

##### Bug Fixes

- **docs:** lint and fix EUI breaking changes
([0d14194](https://togithub.com/elastic/elastic-charts/commit/0d1419475f9f1a4ae5d83fdf247f35178e261d27))

##### Features

- **heatmap:** small multiples
([#&#8203;1933](https://togithub.com/elastic/elastic-charts/issues/1933))
([690f568](https://togithub.com/elastic/elastic-charts/commit/690f5686c3de0da6714d649bc492a6c68e47b47f))

</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://app.renovatebot.com/dashboard#github/elastic/kibana).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marco Vettorello <[email protected]>
Co-authored-by: Nick Partridge <[email protected]>
Co-authored-by: nickofthyme <[email protected]>
Co-authored-by: Stratoula Kalafateli <[email protected]>
  • Loading branch information
5 people authored Apr 6, 2023
1 parent 49d8e0e commit b8409c9
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 29 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@dnd-kit/utilities": "^2.0.0",
"@elastic/apm-rum": "^5.12.0",
"@elastic/apm-rum-react": "^1.4.2",
"@elastic/charts": "54.0.0",
"@elastic/charts": "55.0.0",
"@elastic/datemath": "5.0.3",
"@elastic/elasticsearch": "npm:@elastic/[email protected]",
"@elastic/ems-client": "8.4.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -524,10 +524,6 @@ export const HeatmapComponent: FC<HeatmapRenderProps> = memo(
chartTheme.axes?.gridLine?.horizontal?.stroke ??
'#D3DAE6',
},
cellHeight: {
max: 'fill',
min: 1,
},
},
cell: {
maxWidth: 'fill',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,10 +291,6 @@ export const SwimlaneContainer: FC<SwimlaneProps> = ({
},
heatmap: {
grid: {
cellHeight: {
min: CELL_HEIGHT,
max: CELL_HEIGHT,
},
stroke: {
width: BORDER_WIDTH,
color: euiTheme.euiBorderColor,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,18 @@

import { HeatmapStyle, RecursivePartial } from '@elastic/charts';
import { EuiThemeComputed } from '@elastic/eui';
import { CHART_CELL_WIDTH } from './monitor_status_data';

export function getMonitorStatusChartTheme(
euiTheme: EuiThemeComputed,
brushable: boolean
): RecursivePartial<HeatmapStyle> {
return {
grid: {
cellHeight: {
min: 20,
},
stroke: {
width: 0,
color: 'transparent',
},
},
maxRowHeight: 30,
maxColumnWidth: CHART_CELL_WIDTH,
cell: {
maxWidth: 'fill',
maxHeight: 3,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1460,10 +1460,10 @@
dependencies:
object-hash "^1.3.0"

"@elastic/charts@54.0.0":
version "54.0.0"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-54.0.0.tgz#97e19c87c94d4282c12440e9d5703048232bc2b8"
integrity sha512-gyAgBrRKRg+QxaOluAy1tJXm3gv95IuZRL+/QMUR7tuAwqfD+Bi3eFUoqMhVJCRmhYJa2iDmLMjb7Mkb7HZJgw==
"@elastic/charts@55.0.0":
version "55.0.0"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-55.0.0.tgz#df9a4e9b0a84a613f103011d99f120cb528c4dc9"
integrity sha512-a4UIieTi04CPHxfwztDe36xoPFkp+I4tRPXWXobv/aG/zTd4AwruRyL981RiV2Tv8Mrc5jpCJFgfadNoPrL3pg==
dependencies:
"@popperjs/core" "^2.4.0"
bezier-easing "^2.1.0"
Expand Down

0 comments on commit b8409c9

Please sign in to comment.