We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f02f9 commit 2461ec5Copy full SHA for 2461ec5
compose-charts/src/commonMain/kotlin/ir/ehsannarmani/compose_charts/LineChart.kt
@@ -300,7 +300,7 @@ fun LineChart(
300
((if (properties.mode is PopupProperties.Mode.PointMode) (pointX?.toFloat()
301
?: 0f) else positionX) / size.width)
302
303
- //Calculate the value index
+ //Calculate the data index
304
val dataIndex = calculateValueIndex(
305
fraction = fraction.toDouble(),
306
values = line.values,
0 commit comments