Bullet Graphs
fun BulletGraphs( modifier: Modifier = Modifier, gap: Dp = KoalaPlotTheme.sizes.gap, animationSpec: AnimationSpec<Float> = KoalaPlotTheme.animationSpec, builder: BulletGraphScope.() -> Unit)
Content copied to clipboard
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.
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