Skip to content

Commit

Permalink
[Charts] fix legend breaking on words (#117681)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme authored Nov 8, 2021
1 parent 910ca6e commit 65a4a6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"@elastic/apm-rum": "^5.9.1",
"@elastic/apm-rum-react": "^1.3.1",
"@elastic/apm-synthtrace": "link:bazel-bin/packages/elastic-apm-synthtrace",
"@elastic/charts": "38.1.4",
"@elastic/charts": "38.1.5",
"@elastic/datemath": "link:bazel-bin/packages/elastic-datemath",
"@elastic/elasticsearch": "npm:@elastic/elasticsearch-canary@^8.0.0-canary.35",
"@elastic/ems-client": "8.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2337,10 +2337,10 @@
dependencies:
object-hash "^1.3.0"

"@elastic/[email protected].4":
version "38.1.4"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-38.1.4.tgz#d4eeb0542855630de2db6dfb3b8fda30cb7927ae"
integrity sha512-6gQCXc2HBK8IY1XpSasahXLpRt12pvy6UNAAqV/d6wrOKk/FrhZ+Ha/aX5zeqZNbS7VR3qi4cxGJ4Ib3M9TsTQ==
"@elastic/[email protected].5":
version "38.1.5"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-38.1.5.tgz#c2e58b4167c95ce2a4d2b4479c177c866674e8e2"
integrity sha512-0O2gDyIzF58ykHCbw9xD9/igSfLFbIjzNp80J8EhnJOZf+PgkOXEFudDO4uLKOkTsX7q5D2816RkVaoA1+jGhQ==
dependencies:
"@popperjs/core" "^2.4.0"
chroma-js "^2.1.0"
Expand Down

0 comments on commit 65a4a6f

Please sign in to comment.