-
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
base: latest
Are you sure you want to change the base?
AG-11612 - Fix series per data with distinct categories. #3437
Conversation
de93990
to
951ac98
Compare
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.
@@ -429,6 +442,78 @@ export class DataModel< | |||
return column; | |||
} | |||
|
|||
*forEachDatum(scope: ScopeProvider, processedData: GroupedData<any>, group: DataGroup) { |
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.
These forEachX
iterator methods are to abstract the Series
from the data-structure slightly, as a pre-emptive attempt to avoid data-structure optimisation from requiring series changes.
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.
https://ag-grid.atlassian.net/browse/AG-11612