LaravelDaily / laravel-charts

Package to draw charts in Laravel with Chart.js
MIT License
522 stars 116 forks source link

Filter Different account type #100

Closed jayomayan closed 1 year ago

jayomayan commented 1 year ago

I have two types of users, 1. 'user' and 2. 'admin' , using field "account_type" . How do i filter to only show the "account_type='user' " or "account_type='user' " in a line chart?

Thanks in advance.

jayomayan commented 1 year ago

found it using "conditions"

lux10n commented 1 year ago

hey, please provide details