Package-level declarations

Types

Link copied to clipboard
data class CurvedLineChartColors(val dotColor: List<Color> = emptyList(), val backgroundColors: List<Color> = emptyList(), val contentColor: List<Color> = emptyList())

Represents the colors used in a curved line chart.

Link copied to clipboard

Default configuration values for a curved line chart.

Link copied to clipboard
data class LineChartColors(val lineColor: List<Color> = emptyList(), val dotColor: List<Color> = emptyList(), val backgroundColors: List<Color> = emptyList())

Represents the colors used in a line chart.

Link copied to clipboard

Default configurations and colors for a line chart.

Link copied to clipboard
data class LineConfig(val hasSmoothCurve: Boolean, val hasDotMarker: Boolean, val strokeSize: Float)

Configuration options for a line in a line chart.