-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
fix(explore): don't respect y-axis formatting #29367
fix(explore): don't respect y-axis formatting #29367
Conversation
@gooroodev please review |
@rusackas, thank you for the ping!
Summary of Proposed Changes:
Identified Issues:
Issue 1: The
|
SUMMARY
When StashFormData is initially loaded, the process of restoring hiddenFormData during the stash state update was missing, causing the y-axis format to not change properly after the first change.
This code fixes the process to always update hiddenFormData whenever the shouldStash state changes.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
before--stash-form-initially.mov
After:
after--stash-form-initially.mov
TESTING INSTRUCTIONS
Create a bar chart
Set y-axis format with an option
Update the format with a different option
Y-axis format should update respectfully
ADDITIONAL INFORMATION