ShuanghongS 1 år sedan
förälder
incheckning
f45f06f2fb
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      main_new_version.php

+ 1 - 1
main_new_version.php

@@ -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坐标的间隔