featuredMeasureSymbol

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

Sets the feature measure value and indicator as a symbol.

Parameters

value

The value of the featured measure

indicator

The composable used to render the featured measure. For a symbol, the composable is centered on value with a height and width equal to the height of the BulletGraph background fill area.