We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
QuadLineChart
1 parent 08ad357 commit 65a6da9Copy full SHA for 65a6da9
library/designsystem/src/main/java/ir/composenews/designsystem/component/QuadLineChart.kt
@@ -40,7 +40,7 @@ import kotlin.math.roundToInt
40
41
@Composable
42
fun QuadLineChart(
43
- data: List<Pair<Int, Double>>,
+ data: List<Pair<Long, Double>>,
44
) {
45
val spacing =
46
dimensionResource(R.dimen.quad_line_chart_spacing).value // Reduced spacing to minimize horizontal padding
0 commit comments