Show image instead of circle on LineChart

前端 未结 3 1574
旧巷少年郎
旧巷少年郎 2021-01-17 04:18

I have created a LineChart using the library MPAndroidChart and everything works great.

Now what I want to do is show a drawable (image) instead of the

3条回答
  •  逝去的感伤
    2021-01-17 04:49

    You can simply create entry with drawable, and it will be drawn instead of circle on graph.

    new Entry(i, value, drawable)
    

提交回复
热议问题