-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
VEGA is missing scroll bars #68766
VEGA is missing scroll bars #68766
Conversation
Pinging @elastic/kibana-app (Team:KibanaApp) |
@alexwizp Can you add some before and after screenshots? |
@elasticmachine merge upstream |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have tested it on OSx Chrome, Safari and FF. It displays the bars only when the size is extended and I think is pretty helpful for the user.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 It also works properly when embedded in a Dashboard
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Closes: #22240
Summary
Describe the bug: I started using VEGA to create visualizations in KIBANA.
When trying to visualize a NxM matrix, which exceeds the size of the screen, there was no vertical or horizontal scroll bars.
Steps to reproduce:
{
"$schema":"https://vega.github.io/schema/vega/v3.json",
"autosize":"none",
"width":1600,
"height":1600
}
Before:
After:
Checklist
Delete any items that are not applicable to this PR.
For maintainers