We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello thank you for your work here, can you please help me to put images instead of text in bottom of the line chart?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
Hello thank you for your work here,
can you please help me to put images instead of text in bottom of the line chart?
The text was updated successfully, but these errors were encountered: