AndroidCharts
AndroidCharts copied to clipboard
(LINE CHART) Put Images Instead of Bottom Text List
Hello thank you for your work here, can you please help me to put images instead of text in bottom of the line chart?
You can try to custom LineView.java by yourself:
-
Change bottomTextDescent, bottomTextHeight, backgroundGridWidth, sideLineLength in this function with suitable values according to your images.
-
Use canvas.drawBitmap instead of drawText in this line