MPAndroidChart icon indicating copy to clipboard operation
MPAndroidChart copied to clipboard

PicChart slices click and move to different activity?

Open Rajkumar9898 opened this issue 3 years ago • 1 comments

I need a help in moving to different activity on click of different slices.

Rajkumar9898 avatar Oct 12 '22 07:10 Rajkumar9898

This method helps in moving but i can move to only one activity on click of any slices i want to move to other activity too on click of different slices.

override fun onValueSelected(e: Entry?, h: Highlight?) { Toast.makeText(this, "done", Toast.LENGTH_SHORT).show() }

Rajkumar9898 avatar Oct 12 '22 07:10 Rajkumar9898