MPAndroidChart
MPAndroidChart copied to clipboard
How to add icon and label in xAxis values of the horizontal bar chart?
Hello, I want to add label and icon to the xAxis values in horizontal bar chart like the following image,

So far I have tired by adding a custom bar icon renderer by using this class https://gist.github.com/meyerlasse/d560a7be32dfbcefa457c15f1ea6607f but it doesn't seem to work and it is giving me this error, Attempt to read from null array.
This repository's issue tracker is only for bugs and feature requests. The maintainers ask that you refrain from asking questions about how to use MPAndroidChart through the issue tracker.
Please read the documentation first, then ask all your questions on stackoverflow.com for the fastest answer.
In your scenario, I suggest you can use RecyclerView or other customized views to implement it. Your design has a huge difference from the MPChart default style, so customizing this lib to gratify your design is not easy.