option = { backgroundColor: '#0A2E5D', tooltip: { trigger: '某年级某班学生家庭情况统计', }, legend: { orient: 'vertical', left: 10, data: ['单亲家庭人数', '贫困家庭人数', '留守家庭人数'], textStyle:{ color:'white', //坐标的字体颜色 } }, color : [ 'red', 'orange', 'green', 'blue', 'indigo', 'purple' ], series: [ { name: '成绩占比', type: 'pie', radius: ['40%', '55%'], label: { formatter: '{a|{a}}{abg|}\n{hr|}\n {b|{b}:}{c} {per|{d}%} ', backgroundColor: '#eee', borderColor: '#aaa', borderWidth: 1, borderRadius: 4, // shadowBlur:3, // shadowOffsetX: 2, // shadowOffsetY: 2, // shadowColor: '#999', // padding: [0, 7], rich: { a: { color: '#999', lineHeight: 22, align: 'center' }, // abg: { // backgroundColor: '#333', // width: '100%', // align: 'right', // height: 22, // borderRadius: [4, 4, 0, 0] // }, hr: { borderColor: '#aaa', width: '100%', borderWidth: 0.5, height: 0 }, b: { fontSize: 16, lineHeight: 33 }, per: { color: '#eee', backgroundColor: '#334455', padding: [2, 4], borderRadius: 2 } } }, data: [ {value: 3, name: '单亲家庭人数'}, {value: 6, name: '贫困家庭人数'}, {value: 2, name: '留守家庭人数'} ] } ] };