diogobernardino / williamchart

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

How to set Y values albel above the grid line ? #205

Closed ghost closed 7 years ago

ghost commented 7 years ago

How to set Y values label above the grid line

diogobernardino commented 7 years ago

That should be the case already. The draw order is the following: grid, thresholds, data, axis. Being axis the last one it should remain above all the rest. If you confirm that's not the case I will then take a look and see why.