You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I referred to your clickable bar chart wiki. The explanation does not suffice my requirement and I would need further help.
My desired output
Bar chart renders on the browser. User clicks a particular bar which calls a function in the controller and takes an action. I want to know how to link the controller method with the onclick event of the bar chart.
Thanks,
Anant
The text was updated successfully, but these errors were encountered:
Check the highcharts documentation , you have to implement a click handler
which make an Ajax request that hits the endpoint of your action controller
Best!
El 23 sep. 2017 7:29 a. m., "antripat" <[email protected]> escribió:
Hi.
I referred to your clickable bar chart wiki. The explanation does not
suffice my requirement and I would need further help.
My desired output
Bar chart renders on the browser. User clicks a particular bar which calls
a function in the controller and takes an action. I want to know how to
link the controller method with the onclick event of the bar chart.
Thanks,
Anant
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#243>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AAAuyM0ZaOiM5JuNKGfxBDUUagAuWmgQks5slN2KgaJpZM4Phgzu>
.
Hi.
I referred to your clickable bar chart wiki. The explanation does not suffice my requirement and I would need further help.
My desired output
Bar chart renders on the browser. User clicks a particular bar which calls a function in the controller and takes an action. I want to know how to link the controller method with the onclick event of the bar chart.
Thanks,
Anant
The text was updated successfully, but these errors were encountered: