Target Config
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.
Data class representing the configuration for the target line in a bar chart.