BulletGraph

fun BulletGraph(modifier: Modifier = Modifier, animationSpec: AnimationSpec<Float> = KoalaPlotTheme.animationSpec, builder: BulletBuilderScope.() -> Unit)

Implementation of a bullet graph as defined in http://www.perceptualedge.com/articles/misc/Bullet_Graph_Design_Spec.pdf.

See BulletBuilderScope for how to configure the bullet graph.

Parameters

animationSpec

Animation to use for animating feature bar growth