Skip to content

Commit

Permalink
fix issue with heatmap axes and legend labels
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Jan 20, 2022
1 parent d072367 commit 98597ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"@elastic/apm-rum": "^5.10.1",
"@elastic/apm-rum-react": "^1.3.3",
"@elastic/apm-synthtrace": "link:bazel-bin/packages/elastic-apm-synthtrace",
"@elastic/charts": "43.0.0",
"@elastic/charts": "43.0.1",
"@elastic/datemath": "link:bazel-bin/packages/elastic-datemath",
"@elastic/elasticsearch": "npm:@elastic/elasticsearch-canary@8.1.0-canary.2",
"@elastic/ems-client": "8.0.0",
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1431,10 +1431,10 @@
dependencies:
object-hash "^1.3.0"

"@elastic/charts@43.0.0":
version "43.0.0"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-43.0.0.tgz#95b745e3dfbfbac3222a91fe1031b49d109ec628"
integrity sha512-Ju7uWHoio5aqt67oQOAkGQFqOVfTyNWSZbnieXwa7m9O6DYFLnNLmL5chYpRyxwYLw5qqjBywoNQSMJeq6U7Eg==
"@elastic/charts@43.0.1":
version "43.0.1"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-43.0.1.tgz#ef7d821e80514584e00334daff20ac3176bbe6f1"
integrity sha512-FSWvuhygmjW9YI/+8Vyvz/4e/MTOW7+HdyDjtXQHddVaToPh1UIbhoTUeV/RdCBHaKhOVoHGyG4hUyh1xgV1Vw==
dependencies:
"@popperjs/core" "^2.4.0"
chroma-js "^2.1.0"
Expand All @@ -1451,7 +1451,6 @@
react-redux "^7.1.0"
redux "^4.0.4"
reselect "^4.0.0"
resize-observer-polyfill "^1.5.1"
ts-debounce "^3.0.0"
utility-types "^3.10.0"
uuid "^3.3.2"
Expand Down

0 comments on commit 98597ab

Please sign in to comment.