I have used jjoe64's graphview library to implement graph in my app. It has pretty good samples inside the box and started right away to include it in my app. Wat i have got so far is as shown below.
But what i actually need is as shown below, I dont want that dark vertical lines to come inside the graph. Any idea how to remove these vertical lines. Also i wanted to add the markers at each graph points. The markers are usually png's. And the last, i wanted the change the vertical label sizes. Can somebody help me out with this. Thanks.
You can use achartengine for more effective customization. It is the most popular free graphview library for Android.You can find latest version and tutorials here http://www.achartengine.org/
来源:https://stackoverflow.com/questions/17133110/android-graph-view