MPAndroidChart
MPAndroidChart copied to clipboard
PicChart slices click and move to different activity?
I need a help in moving to different activity on click of different slices.
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() }