I have created a LineChart using the library MPAndroidChart and everything works great.
LineChart
Now what I want to do is show a drawable (image) instead of the
You can simply create entry with drawable, and it will be drawn instead of circle on graph.
new Entry(i, value, drawable)