mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
fix brushing on small multiples (#94505)
This commit is contained in:
parent
46253d6ae2
commit
2bfba7b460
3 changed files with 6 additions and 6 deletions
|
@ -347,7 +347,7 @@
|
|||
"@cypress/webpack-preprocessor": "^5.5.0",
|
||||
"@elastic/apm-rum": "^5.6.1",
|
||||
"@elastic/apm-rum-react": "^1.2.5",
|
||||
"@elastic/charts": "25.1.0",
|
||||
"@elastic/charts": "25.3.0",
|
||||
"@elastic/eslint-config-kibana": "link:packages/elastic-eslint-config-kibana",
|
||||
"@elastic/eslint-plugin-eui": "0.0.2",
|
||||
"@elastic/github-checks-reporter": "0.0.20b3",
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
{
|
||||
groupName: '@elastic/charts',
|
||||
packageNames: ['@elastic/charts'],
|
||||
reviewers: ['markov00'],
|
||||
reviewers: ['markov00', 'nickofthyme'],
|
||||
matchBaseBranches: ['master'],
|
||||
labels: ['release_note:skip', 'v8.0.0', 'v7.13.0'],
|
||||
enabled: true,
|
||||
|
|
|
@ -1349,10 +1349,10 @@
|
|||
dependencies:
|
||||
object-hash "^1.3.0"
|
||||
|
||||
"@elastic/charts@25.1.0":
|
||||
version "25.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-25.1.0.tgz#8859e07c9822696b3f9b12ae46a18e3316f623fd"
|
||||
integrity sha512-4IFmyhg3dG7VjP0C9DbMBBAxAtai/HPdG/4Z5UMdGYGoZiJwS+fo50irQtvD3H5Lm6OSS8Xk9hmCVPx8KmdiUg==
|
||||
"@elastic/charts@25.3.0":
|
||||
version "25.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@elastic/charts/-/charts-25.3.0.tgz#03cd872907391be415f75209a73298eeffae3ce4"
|
||||
integrity sha512-40LCVJ/X4uxk/4j+3PIiW596gfevcAUD9NkcMOEbhEgdS0OLTddmg5AHkRM6mfOV96GTrGjX6MB+qAoDgVOeBw==
|
||||
dependencies:
|
||||
"@popperjs/core" "^2.4.0"
|
||||
chroma-js "^2.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue