From be640f878f0ca0987bbdc93989c18be954a6e6a6 Mon Sep 17 00:00:00 2001 From: Jing Li Date: Wed, 16 Nov 2022 16:27:51 +0800 Subject: [PATCH] Fix --- app/Http/Controllers/ChartController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Http/Controllers/ChartController.php b/app/Http/Controllers/ChartController.php index 1975058..12499a8 100644 --- a/app/Http/Controllers/ChartController.php +++ b/app/Http/Controllers/ChartController.php @@ -108,11 +108,11 @@ class ChartController extends Controller 'data' => $productValues, ], [ - 'name' => '面积' . ($riceShrimpIndustry ? "({$riceShrimpIndustry->area_unit})" : ''),, + 'name' => '面积' . ($riceShrimpIndustry ? "({$riceShrimpIndustry->area_unit})" : ''), 'data' => $areas, ], [ - 'name' => '产量' . ($riceShrimpIndustry ? "({$riceShrimpIndustry->product_output_unit})" : ''),, + 'name' => '产量' . ($riceShrimpIndustry ? "({$riceShrimpIndustry->product_output_unit})" : ''), 'data' => $productOutputs, ], ],