-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Chart improvements #183
Comments
@mhkeller gathering some changes I've made (or plan to) within LayerChart, some of which might be worth pushing upstream to LayerCake (such as full width Canvas). Integration with LayerChart contexts like |
Thanks I'll keep an eye on it. What does full width Canvas do? |
If you applied a padding (such as The Choropleth example demonstrated this (compare to an older commit preview).
You have to scale/zoom or drag/translate to see the issue (not really an issue with most static charts). This would be a problem with more chart types, but I've mostly only focused on Canvas support for geo (since it typically benefits the most with complex geojson). Also hoping to find a fix for the infinite loop issue before I expand out too much (might wait til Svelte 5). |
baseline
supportxDomain={[0, null]}
would ignore negative valueschartContext()
with better typesradial
at Chart context level instead of individual components (see RadialLine examples)x1scale
,y1scale
) needed for group scalescScale
color scale instead of usingrScale
(which is also useful for radius, etc)<Legend>
Brush
(integration)Chart
/LayerCake
/ChartContext
which enables accessing LayerCake context and calculated values (width/height, scales, etc) and improves types (chartContext()
)Layout components
scaleCanvas()
integrationclass
supportclass
supportclass
supportThe text was updated successfully, but these errors were encountered: