MPAndroidChart
MPAndroidChart copied to clipboard
How do draw image/icon above data point in line graph?
I have drawn image resource onto line graph data point but I need the image icon to be drawn above data point so that it shows data point value as well as icon/image related to that data point value. Basically I'm developing a weather application in which I need line graph with data point value and weather condition icon above the data point. I have add the link of screen shot for application design. https://usamanazir11221122.000webhostapp.com/WhatsApp%20Image%202019-06-18%20at%2010.10.03%20AM.jpeg
You can use PopWindow to implement your requirements. PopWindow can set its location when it is displayed.Click on the MPAndroidChart line chart to complete.
@nomantalish what was the solution?