Bullet Graphs
fun BulletGraphs(modifier: Modifier = Modifier, gap: Dp = KoalaPlotTheme.sizes.gap, animationSpec: AnimationSpec<Float> = KoalaPlotTheme.animationSpec, builder: BulletGraphScope.() -> Unit)
A vertical layout of multiple bullet graphs. Each bullet will equally share the vertical space and be the same height. The left and right edges of all bullets will be aligned horizontally.
Bullet graphs are implemented as defined in
http://www.perceptualedge.com/articles/misc/Bullet_Graph_Design_Spec.pdf.
See BulletGraphScope and BulletBuilderScope for how to configure the bullet graphs.
Parameters
gap
Size of a gap to leave between adjacent bullet graphs.
animation Spec
Animation to use for animating feature bar growth