mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update dependency @elastic/charts to v55 (main) (#153889)
[](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) | [](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</summary> ### [`v55.0.0`](https://togithub.com/elastic/elastic-charts/blob/HEAD/CHANGELOG.md#​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](0d1419475f
)) ##### Features - **heatmap:** small multiples ([#​1933](https://togithub.com/elastic/elastic-charts/issues/1933)) ([690f568](690f5686c3
)) </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 <marco.vettorello@elastic.co> Co-authored-by: Nick Partridge <nick.ryan.partridge@gmail.com> Co-authored-by: nickofthyme <nicholas.partridge@elastic.co> Co-authored-by: Stratoula Kalafateli <efstratia.kalafateli@elastic.co>
This commit is contained in:
parent
49d8e0e8ff
commit
b8409c9173
6 changed files with 5 additions and 29 deletions
|
@ -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/elasticsearch-canary@8.6.0-canary.3",
|
||||
"@elastic/ems-client": "8.4.0",
|
||||
|
|
|
@ -524,10 +524,6 @@ export const HeatmapComponent: FC<HeatmapRenderProps> = memo(
|
|||
chartTheme.axes?.gridLine?.horizontal?.stroke ??
|
||||
'#D3DAE6',
|
||||
},
|
||||
cellHeight: {
|
||||
max: 'fill',
|
||||
min: 1,
|
||||
},
|
||||
},
|
||||
cell: {
|
||||
maxWidth: 'fill',
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
import { HeatmapStyle, RecursivePartial } from '@elastic/charts';
|
||||
import { EuiThemeComputed } from '@elastic/eui';
|
||||
import { CHART_CELL_WIDTH } from './monitor_status_data';
|
||||
|
||||
export function getMonitorStatusChartTheme(
|
||||
euiTheme: EuiThemeComputed,
|
||||
|
@ -15,16 +14,11 @@ export function getMonitorStatusChartTheme(
|
|||
): RecursivePartial<HeatmapStyle> {
|
||||
return {
|
||||
grid: {
|
||||
cellHeight: {
|
||||
min: 20,
|
||||
},
|
||||
stroke: {
|
||||
width: 0,
|
||||
color: 'transparent',
|
||||
},
|
||||
},
|
||||
maxRowHeight: 30,
|
||||
maxColumnWidth: CHART_CELL_WIDTH,
|
||||
cell: {
|
||||
maxWidth: 'fill',
|
||||
maxHeight: 3,
|
||||
|
|
|
@ -329,21 +329,11 @@ exports[`DonutChart component passes correct props without errors for valid prop
|
|||
"maxWidth": "fill",
|
||||
},
|
||||
"grid": Object {
|
||||
"cellHeight": Object {
|
||||
"max": 30,
|
||||
"min": 12,
|
||||
},
|
||||
"cellWidth": Object {
|
||||
"max": 30,
|
||||
"min": 0,
|
||||
},
|
||||
"stroke": Object {
|
||||
"color": "gray",
|
||||
"width": 1,
|
||||
},
|
||||
},
|
||||
"maxColumnWidth": 30,
|
||||
"maxRowHeight": 30,
|
||||
"xAxisLabel": Object {
|
||||
"fontFamily": "Sans-Serif",
|
||||
"fontSize": 12,
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue