AdamMc331 / ComposeCharts

A collection of charts made custom with Jetpack Compose.
1 stars 0 forks source link

Add BarChart #4

Open AdamMc331 opened 1 year ago

AdamMc331 commented 1 year ago

A bar chart renders data on a two axis plane, the X axis being some data type and the y axis being some value.

Considerations:

AdamMc331 commented 1 year ago

See also #5, #6, #7