李静 2023-05-15 20:52:16 +08:00
parent c663ce6791
commit b44d7b0055
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class ChartController extends Controller
});
return [
'x_axis' => array_values($weeks),
'x_axis' => $weeks->values(),
'series' => $series->sortKeys()->values()->all(),
];
}