-
Notifications
You must be signed in to change notification settings - Fork 17
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
AG-11612 - Fix series per data with distinct categories. #3437
AG-11612 - Fix series per data with distinct categories. #3437
Conversation
951ac98
to
9999e5b
Compare
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.
This is the actual case fixed by this change.
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.
Reviewed with David + Mana for correctness - new rendering is now correct.
16e9eeb
to
c5b080b
Compare
@@ -387,6 +389,17 @@ export class DataModel< | |||
break; | |||
} | |||
} | |||
|
|||
if (!!this.opts.groupByKeys || this.opts.groupByFn != null || this.opts.groupByData) { |
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.
nit: sonarqube doesn't like !!
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 actually ended up with this whilst try to address other SonarCloud issues, and I'm not seeing a warning for the current expression - so 🤷
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.
LGTM, just some minor nits
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.
LGTM
https://ag-grid.atlassian.net/browse/AG-11612