Jing Li 2022-11-16 16:27:51 +08:00
parent 4dddd637fc
commit be640f878f
1 changed files with 2 additions and 2 deletions

View File

@ -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,
],
],