mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
fix(line_annotation): keep the spec in state after chart rerender (#61499)
This commit is contained in:
parent
3373bb8613
commit
ba3d639201
3 changed files with 6 additions and 6 deletions
|
@ -118,7 +118,7 @@
|
|||
"@babel/core": "^7.9.0",
|
||||
"@babel/register": "^7.9.0",
|
||||
"@elastic/apm-rum": "^4.6.0",
|
||||
"@elastic/charts": "^18.1.0",
|
||||
"@elastic/charts": "^18.1.1",
|
||||
"@elastic/datemath": "5.0.2",
|
||||
"@elastic/ems-client": "7.7.1",
|
||||
"@elastic/eui": "21.0.1",
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"kbn:watch": "node scripts/build --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@elastic/charts": "^18.1.0",
|
||||
"@elastic/charts": "^18.1.1",
|
||||
"abortcontroller-polyfill": "^1.4.0",
|
||||
"@elastic/eui": "21.0.1",
|
||||
"@kbn/babel-preset": "1.0.0",
|
||||
|
|
|
@ -1197,10 +1197,10 @@
|
|||
dependencies:
|
||||
"@elastic/apm-rum-core" "^4.7.0"
|
||||
|
||||
"@elastic/charts@^18.1.0":
|
||||
version "18.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-18.1.0.tgz#ee98b3e7680239d79807c09f0ee6efa6c1afa84b"
|
||||
integrity sha512-cUobkGiKHPKHNytxsO7sSJyH6fOcAsZvcxAfnJPBn143P2d5oEsjSJmJTqu0z/obCs2v476Xlg6POVGainUj1Q==
|
||||
"@elastic/charts@^18.1.1":
|
||||
version "18.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-18.2.0.tgz#e141151b4d7ecc71c9f6f235f8ce141665c67195"
|
||||
integrity sha512-OWsARaHI/4Ict/GkeKIO3a+e2c86esGw3FtSGRLPFVgzpwBXdjvjYyraGntKOIVs/NAGNVWYj5XoRRb5C6cMlQ==
|
||||
dependencies:
|
||||
classnames "^2.2.6"
|
||||
d3-array "^1.2.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue