mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Update dependency @elastic/charts to v64.1.0 (main) (#182087)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@elastic/charts](https://togithub.com/elastic/elastic-charts) | [`64.0.2` -> `64.1.0`](https://renovatebot.com/diffs/npm/@elastic%2fcharts/64.0.2/64.1.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 (@​elastic/charts)</summary> ### [`v64.1.0`](https://togithub.com/elastic/elastic-charts/blob/HEAD/CHANGELOG.md#6410-2024-03-13) [Compare Source](https://togithub.com/elastic/elastic-charts/compare/v64.0.2...v64.1.0) ##### Features - **theme:** move annotation default styles to `Theme` ([#​2357](https://togithub.com/elastic/elastic-charts/issues/2357)) ([fe19ae2](fe19ae2cec
)) #### [64.0.2](https://togithub.com/elastic/elastic-charts/compare/v64.0.1...v64.0.2) (2024-03-12) ##### Bug Fixes - **bullet:** full circle overlapping tick labels ([#​2350](https://togithub.com/elastic/elastic-charts/issues/2350)) ([edbff68](edbff68173
)) - **deps:** update dependency [@​elastic/eui](https://togithub.com/elastic/eui) to ^93.3.0 ([#​2356](https://togithub.com/elastic/elastic-charts/issues/2356)) ([cf9ce81](cf9ce81c08
)) - **deps:** update dependency [@​playwright/test](https://togithub.com/playwright/test) to ^1.42.1 ([#​2354](https://togithub.com/elastic/elastic-charts/issues/2354)) ([03581bc](03581bc44f
)) #### [64.0.1](https://togithub.com/elastic/elastic-charts/compare/v64.0.0...v64.0.1) (2024-03-10) ##### Bug Fixes - **bullet:** add a11y summary and debugState ([#​2352](https://togithub.com/elastic/elastic-charts/issues/2352)) ([49a1b35](49a1b358b2
)) - **deps:** update dependency [@​elastic/eui](https://togithub.com/elastic/eui) to ^93.2.0 ([#​2343](https://togithub.com/elastic/elastic-charts/issues/2343)) ([0701985](0701985a47
)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
bb92dd5b72
commit
e9c63bb554
6 changed files with 239 additions and 5 deletions
|
@ -102,7 +102,7 @@
|
|||
"@dnd-kit/utilities": "^2.0.0",
|
||||
"@elastic/apm-rum": "^5.16.0",
|
||||
"@elastic/apm-rum-react": "^2.0.2",
|
||||
"@elastic/charts": "64.0.2",
|
||||
"@elastic/charts": "64.1.0",
|
||||
"@elastic/datemath": "5.0.3",
|
||||
"@elastic/ecs": "^8.11.1",
|
||||
"@elastic/elasticsearch": "^8.13.0",
|
||||
|
|
|
@ -407,6 +407,13 @@ exports[`GaugeComponent renders the chart 1`] = `
|
|||
"spacingBuffer": 10,
|
||||
"verticalWidth": 200,
|
||||
},
|
||||
"lineAnnotation": Object {
|
||||
"line": Object {
|
||||
"opacity": 1,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 1,
|
||||
},
|
||||
},
|
||||
"lineSeriesStyle": Object {
|
||||
"fit": Object {
|
||||
"line": Object {
|
||||
|
@ -505,6 +512,12 @@ exports[`GaugeComponent renders the chart 1`] = `
|
|||
"sectorLineStroke": "#FFF",
|
||||
"sectorLineWidth": 1.5,
|
||||
},
|
||||
"rectAnnotation": Object {
|
||||
"fill": "#69707D",
|
||||
"opacity": 0.25,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 0,
|
||||
},
|
||||
"scales": Object {
|
||||
"barsPadding": 0.25,
|
||||
"histogramPadding": 0.05,
|
||||
|
|
|
@ -637,6 +637,13 @@ exports[`PartitionVisComponent should render correct structure for donut 1`] = `
|
|||
"spacingBuffer": 10,
|
||||
"verticalWidth": 200,
|
||||
},
|
||||
"lineAnnotation": Object {
|
||||
"line": Object {
|
||||
"opacity": 1,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 1,
|
||||
},
|
||||
},
|
||||
"lineSeriesStyle": Object {
|
||||
"fit": Object {
|
||||
"line": Object {
|
||||
|
@ -735,6 +742,12 @@ exports[`PartitionVisComponent should render correct structure for donut 1`] = `
|
|||
"sectorLineStroke": "#FFF",
|
||||
"sectorLineWidth": 1.5,
|
||||
},
|
||||
"rectAnnotation": Object {
|
||||
"fill": "#69707D",
|
||||
"opacity": 0.25,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 0,
|
||||
},
|
||||
"scales": Object {
|
||||
"barsPadding": 0.25,
|
||||
"histogramPadding": 0.05,
|
||||
|
@ -1554,6 +1567,13 @@ exports[`PartitionVisComponent should render correct structure for mosaic 1`] =
|
|||
"spacingBuffer": 10,
|
||||
"verticalWidth": 200,
|
||||
},
|
||||
"lineAnnotation": Object {
|
||||
"line": Object {
|
||||
"opacity": 1,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 1,
|
||||
},
|
||||
},
|
||||
"lineSeriesStyle": Object {
|
||||
"fit": Object {
|
||||
"line": Object {
|
||||
|
@ -1652,6 +1672,12 @@ exports[`PartitionVisComponent should render correct structure for mosaic 1`] =
|
|||
"sectorLineStroke": "#FFF",
|
||||
"sectorLineWidth": 1.5,
|
||||
},
|
||||
"rectAnnotation": Object {
|
||||
"fill": "#69707D",
|
||||
"opacity": 0.25,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 0,
|
||||
},
|
||||
"scales": Object {
|
||||
"barsPadding": 0.25,
|
||||
"histogramPadding": 0.05,
|
||||
|
@ -2531,6 +2557,13 @@ exports[`PartitionVisComponent should render correct structure for multi-metric
|
|||
"spacingBuffer": 10,
|
||||
"verticalWidth": 200,
|
||||
},
|
||||
"lineAnnotation": Object {
|
||||
"line": Object {
|
||||
"opacity": 1,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 1,
|
||||
},
|
||||
},
|
||||
"lineSeriesStyle": Object {
|
||||
"fit": Object {
|
||||
"line": Object {
|
||||
|
@ -2629,6 +2662,12 @@ exports[`PartitionVisComponent should render correct structure for multi-metric
|
|||
"sectorLineStroke": "#FFF",
|
||||
"sectorLineWidth": 1.5,
|
||||
},
|
||||
"rectAnnotation": Object {
|
||||
"fill": "#69707D",
|
||||
"opacity": 0.25,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 0,
|
||||
},
|
||||
"scales": Object {
|
||||
"barsPadding": 0.25,
|
||||
"histogramPadding": 0.05,
|
||||
|
@ -3510,6 +3549,13 @@ exports[`PartitionVisComponent should render correct structure for pie 1`] = `
|
|||
"spacingBuffer": 10,
|
||||
"verticalWidth": 200,
|
||||
},
|
||||
"lineAnnotation": Object {
|
||||
"line": Object {
|
||||
"opacity": 1,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 1,
|
||||
},
|
||||
},
|
||||
"lineSeriesStyle": Object {
|
||||
"fit": Object {
|
||||
"line": Object {
|
||||
|
@ -3608,6 +3654,12 @@ exports[`PartitionVisComponent should render correct structure for pie 1`] = `
|
|||
"sectorLineStroke": "#FFF",
|
||||
"sectorLineWidth": 1.5,
|
||||
},
|
||||
"rectAnnotation": Object {
|
||||
"fill": "#69707D",
|
||||
"opacity": 0.25,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 0,
|
||||
},
|
||||
"scales": Object {
|
||||
"barsPadding": 0.25,
|
||||
"histogramPadding": 0.05,
|
||||
|
@ -4427,6 +4479,13 @@ exports[`PartitionVisComponent should render correct structure for treemap 1`] =
|
|||
"spacingBuffer": 10,
|
||||
"verticalWidth": 200,
|
||||
},
|
||||
"lineAnnotation": Object {
|
||||
"line": Object {
|
||||
"opacity": 1,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 1,
|
||||
},
|
||||
},
|
||||
"lineSeriesStyle": Object {
|
||||
"fit": Object {
|
||||
"line": Object {
|
||||
|
@ -4525,6 +4584,12 @@ exports[`PartitionVisComponent should render correct structure for treemap 1`] =
|
|||
"sectorLineStroke": "#FFF",
|
||||
"sectorLineWidth": 1.5,
|
||||
},
|
||||
"rectAnnotation": Object {
|
||||
"fill": "#69707D",
|
||||
"opacity": 0.25,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 0,
|
||||
},
|
||||
"scales": Object {
|
||||
"barsPadding": 0.25,
|
||||
"histogramPadding": 0.05,
|
||||
|
@ -5299,6 +5364,13 @@ exports[`PartitionVisComponent should render correct structure for waffle 1`] =
|
|||
"spacingBuffer": 10,
|
||||
"verticalWidth": 200,
|
||||
},
|
||||
"lineAnnotation": Object {
|
||||
"line": Object {
|
||||
"opacity": 1,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 1,
|
||||
},
|
||||
},
|
||||
"lineSeriesStyle": Object {
|
||||
"fit": Object {
|
||||
"line": Object {
|
||||
|
@ -5397,6 +5469,12 @@ exports[`PartitionVisComponent should render correct structure for waffle 1`] =
|
|||
"sectorLineStroke": "#FFF",
|
||||
"sectorLineWidth": 1.5,
|
||||
},
|
||||
"rectAnnotation": Object {
|
||||
"fill": "#69707D",
|
||||
"opacity": 0.25,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 0,
|
||||
},
|
||||
"scales": Object {
|
||||
"barsPadding": 0.25,
|
||||
"histogramPadding": 0.05,
|
||||
|
|
|
@ -979,6 +979,13 @@ exports[`XYChart component it renders area 1`] = `
|
|||
"spacingBuffer": 10,
|
||||
"verticalWidth": 200,
|
||||
},
|
||||
"lineAnnotation": Object {
|
||||
"line": Object {
|
||||
"opacity": 1,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 1,
|
||||
},
|
||||
},
|
||||
"lineSeriesStyle": Object {
|
||||
"fit": Object {
|
||||
"line": Object {
|
||||
|
@ -1077,6 +1084,12 @@ exports[`XYChart component it renders area 1`] = `
|
|||
"sectorLineStroke": "#FFF",
|
||||
"sectorLineWidth": 1.5,
|
||||
},
|
||||
"rectAnnotation": Object {
|
||||
"fill": "#69707D",
|
||||
"opacity": 0.25,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 0,
|
||||
},
|
||||
"scales": Object {
|
||||
"barsPadding": 0.25,
|
||||
"histogramPadding": 0.05,
|
||||
|
@ -2515,6 +2528,13 @@ exports[`XYChart component it renders bar 1`] = `
|
|||
"spacingBuffer": 10,
|
||||
"verticalWidth": 200,
|
||||
},
|
||||
"lineAnnotation": Object {
|
||||
"line": Object {
|
||||
"opacity": 1,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 1,
|
||||
},
|
||||
},
|
||||
"lineSeriesStyle": Object {
|
||||
"fit": Object {
|
||||
"line": Object {
|
||||
|
@ -2613,6 +2633,12 @@ exports[`XYChart component it renders bar 1`] = `
|
|||
"sectorLineStroke": "#FFF",
|
||||
"sectorLineWidth": 1.5,
|
||||
},
|
||||
"rectAnnotation": Object {
|
||||
"fill": "#69707D",
|
||||
"opacity": 0.25,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 0,
|
||||
},
|
||||
"scales": Object {
|
||||
"barsPadding": 0.25,
|
||||
"histogramPadding": 0.05,
|
||||
|
@ -4051,6 +4077,13 @@ exports[`XYChart component it renders horizontal bar 1`] = `
|
|||
"spacingBuffer": 10,
|
||||
"verticalWidth": 200,
|
||||
},
|
||||
"lineAnnotation": Object {
|
||||
"line": Object {
|
||||
"opacity": 1,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 1,
|
||||
},
|
||||
},
|
||||
"lineSeriesStyle": Object {
|
||||
"fit": Object {
|
||||
"line": Object {
|
||||
|
@ -4149,6 +4182,12 @@ exports[`XYChart component it renders horizontal bar 1`] = `
|
|||
"sectorLineStroke": "#FFF",
|
||||
"sectorLineWidth": 1.5,
|
||||
},
|
||||
"rectAnnotation": Object {
|
||||
"fill": "#69707D",
|
||||
"opacity": 0.25,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 0,
|
||||
},
|
||||
"scales": Object {
|
||||
"barsPadding": 0.25,
|
||||
"histogramPadding": 0.05,
|
||||
|
@ -5587,6 +5626,13 @@ exports[`XYChart component it renders line 1`] = `
|
|||
"spacingBuffer": 10,
|
||||
"verticalWidth": 200,
|
||||
},
|
||||
"lineAnnotation": Object {
|
||||
"line": Object {
|
||||
"opacity": 1,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 1,
|
||||
},
|
||||
},
|
||||
"lineSeriesStyle": Object {
|
||||
"fit": Object {
|
||||
"line": Object {
|
||||
|
@ -5685,6 +5731,12 @@ exports[`XYChart component it renders line 1`] = `
|
|||
"sectorLineStroke": "#FFF",
|
||||
"sectorLineWidth": 1.5,
|
||||
},
|
||||
"rectAnnotation": Object {
|
||||
"fill": "#69707D",
|
||||
"opacity": 0.25,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 0,
|
||||
},
|
||||
"scales": Object {
|
||||
"barsPadding": 0.25,
|
||||
"histogramPadding": 0.05,
|
||||
|
@ -7123,6 +7175,13 @@ exports[`XYChart component it renders stacked area 1`] = `
|
|||
"spacingBuffer": 10,
|
||||
"verticalWidth": 200,
|
||||
},
|
||||
"lineAnnotation": Object {
|
||||
"line": Object {
|
||||
"opacity": 1,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 1,
|
||||
},
|
||||
},
|
||||
"lineSeriesStyle": Object {
|
||||
"fit": Object {
|
||||
"line": Object {
|
||||
|
@ -7221,6 +7280,12 @@ exports[`XYChart component it renders stacked area 1`] = `
|
|||
"sectorLineStroke": "#FFF",
|
||||
"sectorLineWidth": 1.5,
|
||||
},
|
||||
"rectAnnotation": Object {
|
||||
"fill": "#69707D",
|
||||
"opacity": 0.25,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 0,
|
||||
},
|
||||
"scales": Object {
|
||||
"barsPadding": 0.25,
|
||||
"histogramPadding": 0.05,
|
||||
|
@ -8659,6 +8724,13 @@ exports[`XYChart component it renders stacked bar 1`] = `
|
|||
"spacingBuffer": 10,
|
||||
"verticalWidth": 200,
|
||||
},
|
||||
"lineAnnotation": Object {
|
||||
"line": Object {
|
||||
"opacity": 1,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 1,
|
||||
},
|
||||
},
|
||||
"lineSeriesStyle": Object {
|
||||
"fit": Object {
|
||||
"line": Object {
|
||||
|
@ -8757,6 +8829,12 @@ exports[`XYChart component it renders stacked bar 1`] = `
|
|||
"sectorLineStroke": "#FFF",
|
||||
"sectorLineWidth": 1.5,
|
||||
},
|
||||
"rectAnnotation": Object {
|
||||
"fill": "#69707D",
|
||||
"opacity": 0.25,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 0,
|
||||
},
|
||||
"scales": Object {
|
||||
"barsPadding": 0.25,
|
||||
"histogramPadding": 0.05,
|
||||
|
@ -10195,6 +10273,13 @@ exports[`XYChart component it renders stacked horizontal bar 1`] = `
|
|||
"spacingBuffer": 10,
|
||||
"verticalWidth": 200,
|
||||
},
|
||||
"lineAnnotation": Object {
|
||||
"line": Object {
|
||||
"opacity": 1,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 1,
|
||||
},
|
||||
},
|
||||
"lineSeriesStyle": Object {
|
||||
"fit": Object {
|
||||
"line": Object {
|
||||
|
@ -10293,6 +10378,12 @@ exports[`XYChart component it renders stacked horizontal bar 1`] = `
|
|||
"sectorLineStroke": "#FFF",
|
||||
"sectorLineWidth": 1.5,
|
||||
},
|
||||
"rectAnnotation": Object {
|
||||
"fill": "#69707D",
|
||||
"opacity": 0.25,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 0,
|
||||
},
|
||||
"scales": Object {
|
||||
"barsPadding": 0.25,
|
||||
"histogramPadding": 0.05,
|
||||
|
@ -11761,6 +11852,13 @@ exports[`XYChart component split chart should render split chart if both, splitR
|
|||
"spacingBuffer": 10,
|
||||
"verticalWidth": 200,
|
||||
},
|
||||
"lineAnnotation": Object {
|
||||
"line": Object {
|
||||
"opacity": 1,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 1,
|
||||
},
|
||||
},
|
||||
"lineSeriesStyle": Object {
|
||||
"fit": Object {
|
||||
"line": Object {
|
||||
|
@ -11859,6 +11957,12 @@ exports[`XYChart component split chart should render split chart if both, splitR
|
|||
"sectorLineStroke": "#FFF",
|
||||
"sectorLineWidth": 1.5,
|
||||
},
|
||||
"rectAnnotation": Object {
|
||||
"fill": "#69707D",
|
||||
"opacity": 0.25,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 0,
|
||||
},
|
||||
"scales": Object {
|
||||
"barsPadding": 0.25,
|
||||
"histogramPadding": 0.05,
|
||||
|
@ -13535,6 +13639,13 @@ exports[`XYChart component split chart should render split chart if splitColumnA
|
|||
"spacingBuffer": 10,
|
||||
"verticalWidth": 200,
|
||||
},
|
||||
"lineAnnotation": Object {
|
||||
"line": Object {
|
||||
"opacity": 1,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 1,
|
||||
},
|
||||
},
|
||||
"lineSeriesStyle": Object {
|
||||
"fit": Object {
|
||||
"line": Object {
|
||||
|
@ -13633,6 +13744,12 @@ exports[`XYChart component split chart should render split chart if splitColumnA
|
|||
"sectorLineStroke": "#FFF",
|
||||
"sectorLineWidth": 1.5,
|
||||
},
|
||||
"rectAnnotation": Object {
|
||||
"fill": "#69707D",
|
||||
"opacity": 0.25,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 0,
|
||||
},
|
||||
"scales": Object {
|
||||
"barsPadding": 0.25,
|
||||
"histogramPadding": 0.05,
|
||||
|
@ -15302,6 +15419,13 @@ exports[`XYChart component split chart should render split chart if splitRowAcce
|
|||
"spacingBuffer": 10,
|
||||
"verticalWidth": 200,
|
||||
},
|
||||
"lineAnnotation": Object {
|
||||
"line": Object {
|
||||
"opacity": 1,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 1,
|
||||
},
|
||||
},
|
||||
"lineSeriesStyle": Object {
|
||||
"fit": Object {
|
||||
"line": Object {
|
||||
|
@ -15400,6 +15524,12 @@ exports[`XYChart component split chart should render split chart if splitRowAcce
|
|||
"sectorLineStroke": "#FFF",
|
||||
"sectorLineWidth": 1.5,
|
||||
},
|
||||
"rectAnnotation": Object {
|
||||
"fill": "#69707D",
|
||||
"opacity": 0.25,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 0,
|
||||
},
|
||||
"scales": Object {
|
||||
"barsPadding": 0.25,
|
||||
"histogramPadding": 0.05,
|
||||
|
|
|
@ -420,6 +420,13 @@ exports[`DonutChart component passes correct props without errors for valid prop
|
|||
"spacingBuffer": 10,
|
||||
"verticalWidth": 200,
|
||||
},
|
||||
"lineAnnotation": Object {
|
||||
"line": Object {
|
||||
"opacity": 1,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 1,
|
||||
},
|
||||
},
|
||||
"lineSeriesStyle": Object {
|
||||
"fit": Object {
|
||||
"line": Object {
|
||||
|
@ -518,6 +525,12 @@ exports[`DonutChart component passes correct props without errors for valid prop
|
|||
"sectorLineStroke": "#FFF",
|
||||
"sectorLineWidth": 1.5,
|
||||
},
|
||||
"rectAnnotation": Object {
|
||||
"fill": "#69707D",
|
||||
"opacity": 0.25,
|
||||
"stroke": "#69707D",
|
||||
"strokeWidth": 0,
|
||||
},
|
||||
"scales": Object {
|
||||
"barsPadding": 0.25,
|
||||
"histogramPadding": 0.05,
|
||||
|
|
|
@ -1665,10 +1665,10 @@
|
|||
dependencies:
|
||||
object-hash "^1.3.0"
|
||||
|
||||
"@elastic/charts@64.0.2":
|
||||
version "64.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-64.0.2.tgz#3df497aad0dd2e8df7221a08e21d0b72daee5d36"
|
||||
integrity sha512-cSW44eorH+Ih0YOliLdLamYi30RXQppAIuc4/NzG9JkUFufkAIN5qOgY5qW3gU0WfsbY+GIVUZSB4xh/Zsw1Ug==
|
||||
"@elastic/charts@64.1.0":
|
||||
version "64.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-64.1.0.tgz#aa52332cec68ea52be25e387774267027311b8ca"
|
||||
integrity sha512-jZ9fnujjzHd24m0Fv5zURbxrb/MzIRUwlvyocjAn/y2yLHhlqMK6XWHfMoqIAgZ0iVVojfEPXnnc34PPT4KDIA==
|
||||
dependencies:
|
||||
"@popperjs/core" "^2.11.8"
|
||||
bezier-easing "^2.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue