diogobernardino / williamchart

Android Library to rapidly develop attractive and insightful charts in android applications.
5.1k stars 800 forks source link

Float in axis border values #176

Closed ahorobets closed 7 years ago

ahorobets commented 7 years ago

Hi there. At first i want thank you for this great library. I'm faced with a problem: setAxisBorderValues method allows to work only with integer values. In my case i need to display values in the narrow range (for example between 0 and 1). So i have no ability to display row values: 0.1, 0.2, .. 1. I think ability to work with float values would be useful enhancement.

diogobernardino commented 7 years ago

Thanks. It doesn't support float/double values. Something I might think for the future, but definitely not soon.