bytebeats / compose-charts

Simple Jetpack Compose Charts for multi-platform. Including Android, Web, Desktop.
MIT License
163 stars 17 forks source link

Feature request: custom BarChart max value #25

Closed crizzis closed 2 years ago

crizzis commented 2 years ago

Right now, BarChart max y value is fixed on the highest data point. It would be nice to be able to set the top y value to some other value. I have some extra markers I need to put at certain Y values beyond the top bar and I'm struggling to make it render correctly.

crizzis commented 2 years ago

Relevant PR: https://github.com/bytebeats/compose-charts/pull/26

crizzis commented 2 years ago

@bytebeats Thanks a lot! Any chance to get this update published to Maven?

bytebeats commented 2 years ago

@crizzis I planned to release 0.1.2 in this weekends. If everything is OK, you'll be able to upgrade in the NEXT Monday.

bytebeats commented 2 years ago

Version 0.1.2 is released.