Package-level declarations
Types
Link copied to clipboard
A sealed class representing different types of chart colors.
Link copied to clipboard
data class LabelConfig(val textColor: ChartColor, val showXLabel: Boolean, val showYLabel: Boolean, val xAxisCharCount: Int?, val labelTextStyle: TextStyle?)
Data class representing the configuration for labels in a chart.
Link copied to clipboard
data class TargetConfig(val targetLineBarColors: ChartColor, val targetStrokeWidth: Float, val pathEffect: PathEffect?)
Data class representing the configuration for the target line in a bar chart.
Link copied to clipboard
data class TextConfig(val fontSize: TextUnit, val textColor: ChartColor, val style: TextStyle, val isVisible: Boolean)