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

Provide Label and Datasheet #68

Closed mdestafadilah closed 6 years ago

mdestafadilah commented 6 years ago

Hi, I'm just testing your library... how implement this to your library? data-grafik

i put some code for data $data_role_user->pluck('total') and for label $data_role_user->pluck('name')

nothing to work..

Thanks for your advice.

mdestafadilah commented 6 years ago

I think i found solution.. here the trick: $data_role_user->pluck('name')->toArray()