LineChart
data class LineChart(val lines: List<LineChart.LineSpec>, val spacing: Dp = DefaultDimens.POINT_SPACING.dp)
Defines the appearance of line charts.
Parameters
lines
the LineSpecs to use for the lines. This list is iterated through as many times as there are lines.