-
-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Milestone
Description
- Chart
-
baselinesupport- Value guaranteed to be visible in domain (x/y). Useful with optional negative values since
xDomain={[0, null]}would ignore negative values
- Value guaranteed to be visible in domain (x/y). Useful with optional negative values since
- TransformContext integration
- GeoContext integration
- TooltipContext integration
- Add
chartContext()with better types- Handled via ChartContext component
- Add
radialat Chart context level instead of individual components (see RadialLine examples) - Better group/stack integration
- see use of createDimensionGetter()
- Would be nice if could have derived scales (
x1scale,y1scale) needed for group scales - See derive-scales branch in LayerCake
- Dedicated
cScalecolor scale instead of usingrScale(which is also useful for radius, etc)- Integrate with
<Legend>
- Integrate with
- Bounds integration
- Modify xScale/yScale along with using motionScale with tweening
- Useful with
Brush(integration)
- Improved accessor (using LayerChart's accessor)
- Improved types
- Simplify
Chart/LayerCake/ChartContextwhich enables accessing LayerCake context and calculated values (width/height, scales, etc) and improves types (chartContext())
-
<Chart>
<LayerCake>
<ChartContext>
<slot />
</ChartContext>
</LayerCake>
</Chart>Layout components
- Canvas
- Full width/height of container (like Svg) (commit)
-
scaleCanvas()integration - TransformContext integration
-
classsupport
- Svg
- TransformContext integration
-
classsupport
- Html
-
classsupport
-
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Done