-
-
Notifications
You must be signed in to change notification settings - Fork 114
🔪 supplyPlotProps #438
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
🔪 supplyPlotProps #438
Conversation
| <NumericFractionInverse label={_('Box Width')} attr="boxgap" /> | ||
| <NumericFraction label={_('Bar Padding')} attr="bargroupgap" /> | ||
| <NumericFraction label={_('Box Padding')} attr="boxgroupgap" /> | ||
| </LayoutSection> |
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 abstraction / API is waaaay better. It looks so freaking obvious now. All the good fixes do. Made my day!
|
@VeraZab this is now waiting on your renaming/visibility stuff and then I can 🔪 the rest of the |
| } | ||
| }; | ||
|
|
||
| export const shamefullyAdjustGeo = ({layout: {geo = {}}}, {update}) => { |
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.
@VeraZab this is finally how I got the geo stuff sorted. I also had to deal with the projection centers etc. Note that setting the value to {} essentially clears it, so this restores the defaults instead of hardcoding mappings, which is nice :)
|
Hmmm now that I look at it, it may be easier to merge my change in first... I could help you rebase :) |
|
yeah, looks like it'd be easy to rebase this one.. |
|
💃 |
Fixes #436