mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[charts] hide null cells in Heatmap (#134450)
Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
This commit is contained in:
parent
98e4bfd4b0
commit
1c7a5a32e5
2 changed files with 5 additions and 5 deletions
|
@ -106,7 +106,7 @@
|
|||
"@elastic/apm-rum": "^5.11.1",
|
||||
"@elastic/apm-rum-react": "^1.4.1",
|
||||
"@elastic/apm-synthtrace": "link:bazel-bin/packages/elastic-apm-synthtrace",
|
||||
"@elastic/charts": "46.0.1",
|
||||
"@elastic/charts": "46.0.2",
|
||||
"@elastic/datemath": "5.0.3",
|
||||
"@elastic/elasticsearch": "npm:@elastic/elasticsearch-canary@8.2.0-canary.2",
|
||||
"@elastic/ems-client": "8.3.2",
|
||||
|
|
|
@ -1429,10 +1429,10 @@
|
|||
dependencies:
|
||||
object-hash "^1.3.0"
|
||||
|
||||
"@elastic/charts@46.0.1":
|
||||
version "46.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-46.0.1.tgz#2d3bd3de9e4f294ddd9d9969dca1dc1ed5c6f278"
|
||||
integrity sha512-CWiyEHaxEk9zKOPOm4ISyAluXSxu6pqLdG+ARBu4jQx0t1ROe93vssICHq6JIrQdiMHn44pleQnWZzKzanZtDw==
|
||||
"@elastic/charts@46.0.2":
|
||||
version "46.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-46.0.2.tgz#e7078f2a57efdc16aa7ccbdf5fafe2f2bb4d0c9f"
|
||||
integrity sha512-5YQ6aySoWbmVP63Zr4drB5Vr+3tIejLKtc5uwP5SsJeamOqiu31bHR6Z9HbZkk0InSi9OMH1GPFOwjYoX14WJg==
|
||||
dependencies:
|
||||
"@popperjs/core" "^2.4.0"
|
||||
chroma-js "^2.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue