Skip to content

Commit 2461ec5

Browse files
author
Robert Ehrhardt
committed
typo
1 parent 21f02f9 commit 2461ec5

File tree

1 file changed

+1
-1
lines changed
  • compose-charts/src/commonMain/kotlin/ir/ehsannarmani/compose_charts

1 file changed

+1
-1
lines changed

compose-charts/src/commonMain/kotlin/ir/ehsannarmani/compose_charts/LineChart.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ fun LineChart(
300300
((if (properties.mode is PopupProperties.Mode.PointMode) (pointX?.toFloat()
301301
?: 0f) else positionX) / size.width)
302302

303-
//Calculate the value index
303+
//Calculate the data index
304304
val dataIndex = calculateValueIndex(
305305
fraction = fraction.toDouble(),
306306
values = line.values,

0 commit comments

Comments
 (0)