mmislam101 / SimpleBarChart

A simple animated bar chart class
The Unlicense
41 stars 14 forks source link

Get Click event on bar #4

Open HamentM opened 7 years ago

HamentM commented 7 years ago

How to get click event on bar?

mmislam101 commented 7 years ago

You'll have to use hit testing with touchesBegan on the chart view. And then maybe use a Delegate to notify the user of the chart view on which bar has been touched.

iosdeveloper1001 commented 6 years ago

Hi,

I am also looking for this logic of get click event on bar.please suggest me for the same if any easy way is available.