Miscellaneous
Component
ComponentThe Component factory functions for Compose are found in compose.common.component.
Fill
FillCreate Fills via fill. The ShaderProvider factory functions for Compose are found in compose.common.shader.
Shape
ShapeThe Shape factory functions for Compose are found in compose.common.shape.
Legend
LegendCreate HorizontalLegends and VerticalLegends via rememberHorizontalLegend and rememberVerticalLegend:
rememberCartesianChart(legend = rememberHorizontalLegend(/* ... */), /* ... */)rememberCartesianChart(legend = rememberVerticalLegend(/* ... */), /* ... */)Last updated