-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Brushing on small multiples doesn't consider the multiples #1070
Labels
bug
Something isn't working
kibana cross issue
Has a Kibana issue counterpart
released on @25.0.x
released
Issue released publicly
Comments
markov00
added
bug
Something isn't working
kibana cross issue
Has a Kibana issue counterpart
labels
Mar 10, 2021
markov00
added a commit
that referenced
this issue
Mar 11, 2021
This commit force the brush tool to work per panel when using small multiples. This behavior is built to works independently from the presence or absence of a small multiples configuration. It works by forcing the brushable area to be constraint between the boundaries of the panel where the brushing event started. The brush selection doesn't move between panels and the coordinate of the mouse down event determines the limiting panel. fix #1070
markov00
added a commit
to markov00/elastic-charts
that referenced
this issue
Mar 11, 2021
This commit force the brush tool to work per panel when using small multiples. This behavior is built to works independently from the presence or absence of a small multiples configuration. It works by forcing the brushable area to be constraint between the boundaries of the panel where the brushing event started. The brush selection doesn't move between panels and the coordinate of the mouse down event determines the limiting panel. fix elastic#1070
markov00
added a commit
that referenced
this issue
Mar 11, 2021
This commit force the brush tool to work per panel when using small multiples. This behavior is built to works independently from the presence or absence of a small multiples configuration. It works by forcing the brushable area to be constraint between the boundaries of the panel where the brushing event started. The brush selection doesn't move between panels and the coordinate of the mouse down event determines the limiting panel. fix #1070
🎉 This issue has been resolved in version 25.0.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 25.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
AMoo-Miki
pushed a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this issue
Feb 10, 2022
# [25.3.0](elastic/elastic-charts@v25.2.0...v25.3.0) (2021-03-11) ### Bug Fixes * **brush:** force brush tool per panel ([opensearch-project#1071](elastic/elastic-charts#1071)) ([61d6b7a](elastic/elastic-charts@61d6b7a)), closes [opensearch-project#1070](elastic/elastic-charts#1070) ### Features * debug state for the heatmap chart ([opensearch-project#976](elastic/elastic-charts#976)) ([9ba7666](elastic/elastic-charts@9ba7666))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
kibana cross issue
Has a Kibana issue counterpart
released on @25.0.x
released
Issue released publicly
Describe the bug
When brushing on a small multiples the following issues appear:
To Reproduce
Steps to reproduce the behavior:
Expected behaviour
The brush should limit itself to the panel the brush event was started
Version (please complete the following information):
Errors in browser console
n/a
Kibana Cross Issues
The text was updated successfully, but these errors were encountered: