Vico

6.1. Miscellaneous

6.1.1. Component

The Component factory functions for Compose are found in compose.common.component.

6.1.2. Fill

Create Fills via fill. The DynamicShader factory functions for Compose are found in compose.common.shader.

6.1.3. Shape

The Shape factory functions for Compose are found in compose.common.shape.

6.1.4. Legend

Create HorizontalLegends and VerticalLegends via rememberHorizontalLegend and rememberVerticalLegend:

rememberCartesianChart(legend = rememberHorizontalLegend(/* ... */), /* ... */)
rememberCartesianChart(legend = rememberVerticalLegend(/* ... */), /* ... */)