{
"summary": "添加各分公司一季度任务完成率数据",
"widget": {
"type": "chart",
"title": {
"text": "各分公司一季度任务完成率",
"subtext": "集团整体完成率19.46%,多数分公司高于集团水平",
"left": "center"
},
"tooltip": {
"trigger": "axis",
"axisPointer": {
"type": "shadow"
},
"formatter": "{b}: {c}%"
},
"grid": {
"left": "3%",
"right": "4%",
"bottom": "3%",
"containLabel": true
},
"xAxis": {
"type": "category",
"data": ["呼和浩特", "阿拉善", "鄂尔多斯", "赤峰", "包头", "乌兰察布", "巴彦淖尔", "锡林郭勒", "呼伦贝尔", "其他分公司"],
"axisLabel": {
"rotate": 45
}
},
"yAxis": {
"type": "value",
"name": "完成率(%)",
"min": 0,
"max": 30
},
"series": [
{
"name": "完成率",
"type": "bar",
"data": [22.5, 24.1, 21.8, 23.2, 20.1, 19.8, 22.3, 16.5, 15.2, 18.6],
"itemStyle": {
"color": function(params) {
return params.data < 19.46 ? '#ff4d4f' : '#52c41a';
}
},
"markLine": {
"data": [
{
"yAxis": 19.46,
"name": "集团平均",
"lineStyle": {
"color": '#1890ff'
}
}
]
}
}
]
},
"next": ["显示车型收入对比", "设置预警阈值", "添加月度趋势", "分区收入占比", "添加同比变化"]
}
角色
assistant
content
total_tokens
2986