fxcosta / laravel-chartjs

Simple package to facilitate and automate the use of charts in Laravel 5.x using Chartjs v2 library
486 stars 112 forks source link

Redirection when I click on the bar #101

Open Killianp47 opened 2 years ago

Killianp47 commented 2 years ago

Hello, I would like to be able to redirect to another page when the user clicks on the bar. I tried to search if someone tried to do it as I did not succeed but I did not find anything issuePNG Blade bladePNG Controller Controller

Jandelson commented 1 year ago

Hello @OPJKP I think you can use optionsRaw and added a click event.

optionsRaw("{ onClick:function(c,i) {...}")