jaikeerthick / Composable-Graphs

✨ A very Minimal, Sleek and Powerful Graph library for Android built with Kotlin & Jetpack Compose
Apache License 2.0
191 stars 13 forks source link

Y axis graduations improvement #38

Closed Briseglace closed 5 months ago

Briseglace commented 5 months ago

Fixes Y axis graduations when Y values are all low numbers or when they include 0.

Example using Y values 1, 3, 2, 0, 1, 3, 2 Before before After after

Briseglace commented 5 months ago

Hi @jaikeerthick,

My pleasure! Your library is well made and your code has great readability. I've decided to use it for a personal project so I'll let you know if I find something else.

Thank you for your work. I'm looking forward to your next releases!