Miscellaneous
Component
Component
The Component
factory functions for Compose are found in compose.common.component
.
Fill
Fill
Create Fill
s via fill
. The ShaderProvider
factory functions for Compose are found in compose.common.shader
.
Shape
Shape
The Shape
factory functions for Compose are found in compose.common.shape
.
Legend
Legend
Create HorizontalLegend
s and VerticalLegend
s via rememberHorizontalLegend
and rememberVerticalLegend
:
rememberCartesianChart(legend = rememberHorizontalLegend(/* ... */), /* ... */)
rememberCartesianChart(legend = rememberVerticalLegend(/* ... */), /* ... */)