Package-level declarations
Types
Link copied to clipboard
data class ChartStyle(val axis: ChartStyle.Axis, val columnChart: ChartStyle.ColumnChart, val lineChart: ChartStyle.LineChart, val marker: ChartStyle.Marker, val elevationOverlayColor: Color)
Defines the appearance of charts.
Link copied to clipboard
object LocalChartStyle
Provides a ChartStyle instance.
Properties
Link copied to clipboard
Offers quick access to LocalChartStyle.current.
Functions
Link copied to clipboard
fun ProvideChartStyle(chartStyle: ChartStyle = LocalChartStyle.default, content: @Composable () -> Unit)
Provides a ChartStyle instance to content via LocalChartStyle.