I am using Zingchart into AngularJs app. I have a Bar chart where scale X
defines list of user_type
and in the scale Y
defines the number of users
. I need to get the couple (X, Y)
in each bar click and doing a link to other view.
How can I do that ?