Skip to content
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] collapse by for partition charts #140336

Merged

Conversation

drewdaemon
Copy link
Contributor

@drewdaemon drewdaemon commented Sep 8, 2022

Summary

Resolve #137057

Screen.Recording.2022-09-08.at.4.59.26.PM.mov

Checklist

Delete any items that are not applicable to this PR.

@drewdaemon drewdaemon added Team:Visualizations Visualization editors, elastic-charts and infrastructure Feature:Lens release_note:enhancement labels Sep 8, 2022
@@ -701,6 +701,7 @@ export type VisualizationDimensionGroupConfig = SharedDimensionProps & {
groupId: string;
accessors: AccessorConfig[];
supportsMoreColumns: boolean;
dimensionsTooMany?: number;
/** If required, a warning will appear if accessors are empty */
required?: boolean;
requiredMinDimensionCount?: number;
Copy link
Contributor Author

@drewdaemon drewdaemon Sep 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Follow-up: it looks like requiredMinDimensionCount is no longer used anywhere after #139214

@drewdaemon drewdaemon marked this pull request as ready for review September 9, 2022 15:36
@drewdaemon drewdaemon requested a review from a team as a code owner September 9, 2022 15:36
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-vis-editors @elastic/kibana-vis-editors-external (Team:VisEditors)

Copy link
Contributor

@flash1293 flash1293 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and everything works fine - great work! I left one comment about and i18n phrase, but I think no second review is necessary. LGTM once that's fixed

@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

Public APIs missing comments

Total count of every public API that lacks a comment. Target amount is 0. Run node scripts/build_api_docs --plugin [yourplugin] --stats comments for more detailed information.

id before after diff
lens 550 552 +2

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
lens 1.2MB 1.2MB +2.1KB
Unknown metric groups

API count

id before after diff
lens 639 641 +2

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@drewdaemon drewdaemon merged commit 1a30682 into elastic:main Sep 12, 2022
@kibanamachine kibanamachine added v8.5.0 backport:skip This commit does not require backporting labels Sep 12, 2022
yngrdyn pushed a commit to yngrdyn/kibana that referenced this pull request Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting Feature:Lens release_note:enhancement Team:Visualizations Visualization editors, elastic-charts and infrastructure v8.5.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Lens] "Collapse by" for partition charts
5 participants