配置项如下
option = {
"title": {
"text": "标准差指数SDI",
"x": "center",
"top": "9%"
},
"legend": [
{
"x": "20%",
"y": "82%",
"align": "left",
"selectedMode": true,
"bottom": 40,
"textStyle": {
"fontFamily": "Microsoft YaHei",
"color": "#000"
},
"data": [
"可接受(73)"
]
},
{
"x": "60%",
"y": "82%",
"align": "left",
"selectedMode": true,
"bottom": 40,
"textStyle": {
"fontFamily": "Microsoft YaHei",
"color": "#000"
},
"data": [
"一般可接受(12)"
]
},
{
"x": "20%",
"y": "88%",
"align": "left",
"selectedMode": true,
"bottom": 40,
"textStyle": {
"fontFamily": "Microsoft YaHei",
"color": "#000"
},
"data": [
"勉强接受(5)"
]
},
{
"x": "60%",
"y": "88%",
"align": "left",
"selectedMode": true,
"bottom": 40,
"textStyle": {
"fontFamily": "Microsoft YaHei",
"color": "#000"
},
"data": [
"不可接受(0)"
]
}
],
"color": [
"#3cb8f9",
"#b1e2fc",
"#FFC107",
"#ff6363"
],
"series": [
{
"type": "pie",
"animation": false,
"silent": true,
"radius": "50%",
"label": {
"normal": {
"show": true,
"formatter": "{b}",
"textStyle": {
"fontSize": 16
}
}
},
"data": [
{
"name": "可接受(73)",
"value": 73,
"label": {
"normal": {
"textStyle": {
"color": "#000000",
"fontFamily": "Microsoft YaHei"
}
}
}
},
{
"name": "一般可接受(12)",
"value": 12,
"label": {
"normal": {
"textStyle": {
"color": "#000000",
"fontFamily": "Microsoft YaHei"
}
}
}
},
{
"name": "勉强接受(5)",
"value": 5,
"label": {
"normal": {
"textStyle": {
"color": "#000000",
"fontFamily": "Microsoft YaHei"
}
}
}
},
{
"name": "不可接受(0)",
"value": 0,
"label": {
"normal": {
"textStyle": {
"color": "#000000",
"fontFamily": "Microsoft YaHei"
}
}
}
}
]
}
]
}