-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
🔨 drop manager pattern for horizontal color legend #4369
base: refactor-vertical-color-legend
Are you sure you want to change the base?
🔨 drop manager pattern for horizontal color legend #4369
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Quick links (staging server):
Login:
SVG tester:Number of differences (default views): 0 ✅ Edited: 2025-01-03 15:34:12 UTC |
ae13f91
to
eb5c12d
Compare
90e51d2
to
1e443c5
Compare
eb5c12d
to
f061537
Compare
78c8b85
to
3441962
Compare
Drops the 'manager pattern' for horizontal colour legend components.
See #4368 for a more general discussion
Changes
This PR splits
HorizontalNumericColorLegend
andHorizontalCategoricalColorLegend
each into a state class and a rendering component.