Results 3 comments of Wenhao Ding

The reason I do this is I did not find a suitable place to display the title. I think it's better to show title outside the pie chart .

Your commits is welcome but it would be better to disable auto formatting for this commit or do the reformatting as a separate commit.

You can try to custom LineView.java by yourself: 1. Change bottomTextDescent, bottomTextHeight, backgroundGridWidth, sideLineLength in [this function](https://github.com/HackPlan/AndroidCharts/blob/77c0e191a8cfec1b58a4f210bc50b2b7c5aa0d03/AndroidCharts/src/main/java/im/dacer/androidcharts/LineView.java#L133) with suitable values according to your images. 2. Use canvas.drawBitmap instead of drawText...