[TSVB] Fix wrongly display stacked as percentage charts (#62654)

Update to  elastic-charts 18.2.2 with the valid 0% rendering
This commit is contained in:
Marco Vettorello 2020-04-09 23:53:47 +02:00 committed by GitHub
parent bc8c4a754d
commit 93b34632c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -119,7 +119,7 @@
"@babel/core": "^7.9.0",
"@babel/register": "^7.9.0",
"@elastic/apm-rum": "^4.6.0",
"@elastic/charts": "^18.1.1",
"@elastic/charts": "18.2.2",
"@elastic/datemath": "5.0.3",
"@elastic/ems-client": "7.8.0",
"@elastic/eui": "21.0.1",

View file

@ -9,7 +9,7 @@
"kbn:watch": "node scripts/build --watch"
},
"dependencies": {
"@elastic/charts": "^18.1.1",
"@elastic/charts": "18.2.2",
"@elastic/eui": "21.0.1",
"@kbn/i18n": "1.0.0",
"abortcontroller-polyfill": "^1.4.0",

View file

@ -1197,10 +1197,10 @@
dependencies:
"@elastic/apm-rum-core" "^4.7.0"
"@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==
"@elastic/charts@18.2.2":
version "18.2.2"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-18.2.2.tgz#f59d6ee597d553d193314d8598561c65da787e8d"
integrity sha512-ss8AqLj9wHa2C+9ULUKbXw8ZCQmEjLuaVU5AkqE2j3hOVtAN75HO2p7nMIsxcSldfmqy+4jSptybJLNAfizegQ==
dependencies:
classnames "^2.2.6"
d3-array "^1.2.4"