LaravelDaily / laravel-charts

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

Field distinct patch #25

Closed tommiekn closed 4 years ago

tommiekn commented 4 years ago

This add the option to run a "distinct" sql command on the query results.

Useful to return count results based on distinct of custom values.

Es. While having a logs table with a "user_id" field and the chart setup as "group_by_date", this new field can filter logs and show the total amount of users by day if 'field_distinct' is set to "user_id"