mzimmerm / flutter_charts

Charts Library for Flutter, written in Dart with Flutter.
Other
250 stars 42 forks source link

Fractional support on y axis #4

Closed MichaelRFairhurst closed 6 years ago

MichaelRFairhurst commented 6 years ago

Hey again Milan,

I noticed that it seems like the data points get aligned to a tick on the y axis. Is there a way to turn this off?

mzimmerm commented 6 years ago

Hi Michael,

All useful things! Although on this one I am not quite sure what you mean. Do you need to not show the y labels, or align them differently (below, above the y tick?) Let's try to describe this, or if you have a quick screenshot with a comment that may work best.

Milan

MichaelRFairhurst commented 6 years ago

This turned out to be a bug in my own code! Was accidentally rounding somewhere.

mzimmerm commented 6 years ago

Thanks for the follow up Michael.