-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Add x and y column pickers to graph types #14052
Conversation
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.
Hey I think we need to feature flag the API changes to ensure we can deploy this safely.
I'm also thinking we should remove effects (useEffect
) from both the ScatterContainer
and XYContainer
, but maybe I'm missing why they are needed. Left some comments about that.
48fb5c2
to
894a880
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.
All looks good except for a bug.
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.
Woot :)
00592e3
to
7cc1c66
Compare
Closes #14024