option = { radar: { name: { textStyle: { color: '#fff', backgroundColor: '#999', borderRadius: 3, padding: [3, 5] } }, indicator: [ { text: '评分1' }, { text: '评分2' }, { text: '评分3' }, { text: '评分4' }, { text: '评分5' }, { text: '评分6' } ] }, series: [{ name: '评分', type: 'radar', radarIndex: 0, data : [ { value : [5.0, 5.0, 4.9, 5.0, 5.0, 4.9], name : '评分', label: { normal: { show: true, formatter:function(params) { return params.value; } } }, } ] }] }