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

edit showtooltips option with new Chart #14

Closed XabierZulueta closed 7 years ago

XabierZulueta commented 7 years ago

Hey there, im trying to set ShowTooltips to false like this: {!! app()->chartpiedoughnut->render("PieChart", $data, ['showTooltips'=>'false'])!!} But it doesn´t works.

Can u help me?

fxcosta commented 7 years ago

With this new version, the configuration is irrelevant. Just check the documentation of the chartjs and write this in php arrays.