Line Chart
A composable function that displays a Line Chart with a single data set.
Parameters
data Set
The data set to be displayed in the chart.
style
The style to be applied to the chart. If not provided, the default style will be used.
A composable function that displays a Line Chart with multiple data sets.
Parameters
data Set
The data sets to be displayed in the chart.
style
The style to be applied to the chart. If not provided, the default style will be used.