|
|
@@ -331,7 +331,7 @@ switch ($action) {
|
|
|
$color = common::getItemStyle($type,$k);
|
|
|
$total = $total + $v['total'];
|
|
|
$ContainerCounSeries_return[] = array("name"=>strval($k),"type"=>"bar","emphasis" => array("focus" =>"none"),
|
|
|
- "stack" =>"总计","data" =>$v['data'],"itemStyle" =>array("color" =>$color),"barWidth"=>"10%");
|
|
|
+ "stack" =>"总计","data" =>$v['data'],"itemStyle" =>array("color" =>$color));
|
|
|
$max_all = $max_all + $v['max'];
|
|
|
}
|
|
|
//计算Y坐标的间隔
|