i initially struggled to to set the correct datetime format when grouping by a datetime field. So i noticed in LaravelChart the undocumented group_by_field_format
LaravelChart.php Line 106
$this->options['group_by_field_format'] ?? 'Y-m-d H:i:s',
Could be useful for those using CET time settings or those who have model mutators otherwise the query will fail.
Hi,
i initially struggled to to set the correct datetime format when grouping by a datetime field. So i noticed in LaravelChart the undocumented group_by_field_format
LaravelChart.php Line 106
$this->options['group_by_field_format'] ?? 'Y-m-d H:i:s',
Could be useful for those using CET time settings or those who have model mutators otherwise the query will fail.