修正chart宽度设置错误问题
This commit is contained in:
parent
7e7af76fbe
commit
96e2a944e1
@ -305,7 +305,7 @@
|
|||||||
if($this->height<=1)
|
if($this->height<=1)
|
||||||
echo ($this->height*100).'%;"></div>';
|
echo ($this->height*100).'%;"></div>';
|
||||||
else
|
else
|
||||||
echo $this->width.'px;"></div>';
|
echo $this->height.'px;"></div>';
|
||||||
|
|
||||||
echo '<script type="text/javascript">
|
echo '<script type="text/javascript">
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user