We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b967f90 commit fda578eCopy full SHA for fda578e
src/Filament/Config/FilamentChart/ChartByMonth.php
@@ -144,6 +144,8 @@ private function setData(): Collection
144
145
$is_sqlite = config('database.default') === 'sqlite';
146
if ($is_sqlite) {
147
+ // date_format('.$this->field.", '%b %Y') as period
148
+ // strftime("%b %Y", '.$this->field.') as period
149
$query = DB::table($this->table)
150
->selectRaw('
151
count(id) as total,
0 commit comments