Fix
parent
4dddd637fc
commit
be640f878f
|
|
@ -108,11 +108,11 @@ class ChartController extends Controller
|
||||||
'data' => $productValues,
|
'data' => $productValues,
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'name' => '面积' . ($riceShrimpIndustry ? "({$riceShrimpIndustry->area_unit})" : ''),,
|
'name' => '面积' . ($riceShrimpIndustry ? "({$riceShrimpIndustry->area_unit})" : ''),
|
||||||
'data' => $areas,
|
'data' => $areas,
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'name' => '产量' . ($riceShrimpIndustry ? "({$riceShrimpIndustry->product_output_unit})" : ''),,
|
'name' => '产量' . ($riceShrimpIndustry ? "({$riceShrimpIndustry->product_output_unit})" : ''),
|
||||||
'data' => $productOutputs,
|
'data' => $productOutputs,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue