comparativeMeasure

fun comparativeMeasure(value: T, indicator: @Composable () -> Unit = { LineIndicator(Modifier) })

Sets the comparative measure value and the composable used to draw the indicator. The composable will be centered on the value with a width and height equal to the height of the BulletGraph background fill area.