Bullet Graph
fun BulletGraph( modifier: Modifier = Modifier, animationSpec: AnimationSpec<Float> = KoalaPlotTheme.animationSpec, builder: BulletBuilderScope.() -> Unit)
Content copied to clipboard
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
animation Spec
Animation to use for animating feature bar growth