Stacked Area Chart Defaults
Functions
Link copied to clipboard
fun axis(xLabels: AxisLabelStyle = xLabels(), yLabels: AxisLabelStyle = yLabels()): StackedAreaAxisStyle
Link copied to clipboard
fun selection(visible: Boolean = true, color: Color = MaterialTheme.colorScheme.onSurface.copy(alpha = 0.4f), width: Dp = 1.dp): StackedAreaSelectionStyle
Link copied to clipboard
fun style(chartContainerStyle: ChartContainerStyle = ChartContainerDefaults.style(), fill: StackedAreaFillStyle = fill(), boundary: StackedAreaBoundaryStyle = boundary(), axis: StackedAreaAxisStyle = axis(), selection: StackedAreaSelectionStyle = selection(), zoomControlsVisible: Boolean = true): StackedAreaChartStyle