Hey everybody: I am currently integrating the GraphView library in my android project. I was wondering, if the size of the grid could be adjusted. Also, can the label size be changed? The numbers are really small and hard to read. Thanks so much in advance!
Hey everybody: I am currently integrating the GraphView library in my android project. I
Share
You need to modify the source code. Clone it from github and use it as Android library.
The code is really easy to understand.
For example to change the label size/color/more just modify it there:
https://github.com/jjoe64/GraphView/blob/master/src/com/jjoe64/graphview/GraphView.java#L213
Good luck