Skip to content

Commit

Permalink
[Lens] fix dual axis bar overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Jul 29, 2020
1 parent 0b99e57 commit 2edb8dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"@babel/plugin-transform-modules-commonjs": "^7.10.1",
"@babel/register": "^7.10.1",
"@elastic/apm-rum": "^5.2.0",
"@elastic/charts": "19.8.1",
"@elastic/charts": "19.8.2",
"@elastic/datemath": "5.0.3",
"@elastic/elasticsearch": "7.8.0",
"@elastic/ems-client": "7.9.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/kbn-ui-shared-deps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"kbn:watch": "node scripts/build --dev --watch"
},
"dependencies": {
"@elastic/charts": "19.8.1",
"@elastic/charts": "19.8.2",
"@elastic/eui": "26.3.1",
"@elastic/numeral": "^2.5.0",
"@kbn/i18n": "1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2226,10 +2226,10 @@
dependencies:
"@elastic/apm-rum-core" "^5.3.0"

"@elastic/charts@19.8.1":
version "19.8.1"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-19.8.1.tgz#27653823911c26e4703c73588367473215beaf0f"
integrity sha512-vONCrcZ8bZ+C16+bKLoLyNrMC/b2UvYNoPbYcnB5XYAg5a68finvXEcWD6Y+qa7GLaO2CMe5J9eSjLWXHHDmLg==
"@elastic/charts@19.8.2":
version "19.8.2"
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-19.8.2.tgz#5370f9fa2378975871af2af7752f0dac99a4f8e6"
integrity sha512-gHNGPfyi3IYv0gNnL9tiwc/K7V+v8D5wA/JxUCzA9TLKPWCO8l/ZDDb+xF3IqfggQs1mn8HBlDyRwLvotPhbkQ==
dependencies:
"@popperjs/core" "^2.4.0"
chroma-js "^2.1.0"
Expand Down

0 comments on commit 2edb8dc

Please sign in to comment.