charts
Toggle table of contents
3.0.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
charts
charts
/
io.github.hdcharts.charts.style
/
LineChartDefaults
/
line
line
@
Composable
fun
line
(
color
:
Color
=
MaterialTheme.colorScheme.primary
,
alpha
:
Float
=
defaultChartAlpha()
,
colors
:
List
<
Color
>
=
emptyList()
,
strokeWidth
:
Dp
=
5.dp
,
bezier
:
Boolean
=
true
)
:
LineVisualStyle
(
source
)