Skip to content

Commit 65a6da9

Browse files
committed
[bug] QuadLineChart #254
1 parent 08ad357 commit 65a6da9

File tree

1 file changed

+1
-1
lines changed
  • library/designsystem/src/main/java/ir/composenews/designsystem/component

1 file changed

+1
-1
lines changed

library/designsystem/src/main/java/ir/composenews/designsystem/component/QuadLineChart.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import kotlin.math.roundToInt
4040

4141
@Composable
4242
fun QuadLineChart(
43-
data: List<Pair<Int, Double>>,
43+
data: List<Pair<Long, Double>>,
4444
) {
4545
val spacing =
4646
dimensionResource(R.dimen.quad_line_chart_spacing).value // Reduced spacing to minimize horizontal padding

0 commit comments

Comments
 (0)