Fix
parent
4dddd637fc
commit
be640f878f
|
|
@ -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,
|
||||
],
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue