comparativeMeasure

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

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.