-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Lens] Adjust Lens Visualization Padding in Dashboards #81911
[Lens] Adjust Lens Visualization Padding in Dashboards #81911
Conversation
thanks @MichaelMarcialis Also the change is good but there is room for more. @markov00 which team should help with this? |
Pinging @elastic/kibana-app (Team:KibanaApp) |
Hey, @AlonaNadler. Good question. I think fixing the right-side whitespace will require a change to Elastic charts, as it relates to the issue that @nickofthyme mentions here: elastic/elastic-charts#736 (comment). This PR is aimed at tightening and tidying up the areas that we can outside of Elastic charts. |
This reverts commit c63cf2b.
@MichaelMarcialis unfortunately no because of the "nice" ticks option is not yet a thing. elastic/elastic-charts#397 |
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.
Tested in Chrome, Lens change LGTM
Seems like to get the build green you need to update a screenshot test baseline. Let me know if I can help with this. |
💚 Build SucceededMetrics [docs]async chunks size
page load bundle size
History
To update your PR or re-run it, just comment with: |
* reduce padding on lens visualizations in dashboard * tweak padding and axes title colors to match lens * remove faux padding (border) to match lens padding * update snapshots * Revert "update snapshots" This reverts commit c63cf2b. * update functional test baseline screenshot
Summary
The primary goal of this PR is to reduce the container padding for Lens visualizations in Dashboards. Secondarily, some small changes were made to better match the different visualization types in Dashboard, including Lens, TSVB and classic/older visualizations. Notable changes include:
Originating Issue: elastic/elastic-charts#736
Checklist
Delete any items that are not applicable to this PR.
[ ] Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support[ ] Documentation was added for features that require explanation or tutorials[ ] Any UI touched in this PR is usable by keyboard only (learn more about keyboard accessibility)[ ] Any UI touched in this PR does not create any new axe failures (run axe in browser: FF, Chrome)For maintainers
[ ] This was checked for breaking API changes and was labeled appropriately