为了账号安全,请及时绑定邮箱和手机立即绑定

echart 餅圖 上下padding怎麼去掉,用了grid沒有效果

echart 餅圖 上下padding怎麼去掉,用了grid沒有效果

呼啦一阵风 2019-03-20 18:19:41
  this.EChart.setOption({        tooltip: {            trigger: 'none',            formatter: '{b}: {c} ({d}%)'        },        backgroundColor:'#ffffff',        title: [{                text: '',                left: '49%',                top: '48%',                textAlign: 'center',                textBaseline: 'middle',                textStyle: {                    color: '#000',                    fontWeight: 'bold',                    fontSize: 23                }            }, {                text: '',                left: '49%',                top: '55%',                textAlign: 'center',                textBaseline: 'middle',                textStyle: {                    color: '#000',                    fontWeight: 'normal',                    fontSize: 12                }            }],        series: [{             hoverAnimation: false, //设置饼图默认的展开样式            radius: ['55%', '75%'],             name: 'pie',             type: 'pie',             center:['50%', '50%'],             selectedMode: false,             selectedOffset: 0, //选中是扇区偏移量             clockwise: true,             startAngle: 90,             label: {                 normal: {                     show: false                 }             },             labelLine: {                 normal: {                     show: false                 }             },              itemStyle: {                normal: {                    borderWidth: 0,                    borderColor: '#ffffff',                },                emphasis: {                    borderWidth: 0,                    shadowBlur: 5,                    shadowOffsetX: 0,                    shadowColor: 'rgba(0, 0, 0, 0.2)'                }            },             data: []         }],        grid: {        top:0,        bottom:0,        // show: true    }  });
查看完整描述

1 回答

?
米琪卡哇伊

TA贡献1998条经验 获得超6个赞

radius改成100%即可。。


查看完整回答
反对 回复 2019-04-10
  • 1 回答
  • 0 关注
  • 1498 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信