0

我正在尝试创建谷歌饼图这个饼图增加圆的高度和宽度,但我的案例孔 div 大小是增加 html:-

<div id="RedFlagChart" class="square2">
                    </div>

CSS:-

 #RedFlagChart {
        width: 800px;
        height: 800px;
        position: absolute;
        top: -30px;
        left: -30px;
} 
4

1 回答 1

0

修改chartArea属性设置所需的高度和宽度

chartArea:{left:20,top:0,width:'50%',height:'75%'}

文档中的更多信息

演示

于 2018-06-06T06:23:26.947 回答