-
Notifications
You must be signed in to change notification settings - Fork 31
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
Deprecate extents
prop perhaps?
#179
Comments
@techniq @rgieseke or @jtrim-ons are you using the |
@mhkeller A quick search in LayerChart, I'm using it on some Horizontal / Vertical Bar examples (Grouped, Stacked, etc). I haven't check any other projects yet. I'm out of town right now, but I can investigate using |
@mhkeller Thanks for the heads up, I didn't find any usage of the |
To limit the number of breaking changes, I'm going to delay deprecating this until the Svelte 5 Runes rewrite. |
Thanks everyone for chiming in! Seems like removing this won't be that impactful. I'll see if I can put in a warning in the meantime maybe. |
I'll be hot on your tail when you do :) |
Setting the domain via
xDomain
,yDomain
,rDomain
orzDomain
is very similar to setting it viaextents
with the exception that domains set viaextents
skip measuring the extent for that dimension.Instead of having this as a separate prop, dimensions could be skipped if a domain is passed into the
_Domain
props and it contains nonull
values.In any event, this can wait until Svelte 5 is out since it would be a breaking change.
The text was updated successfully, but these errors were encountered: