{
"summary": "生成2025年一季度通行费征收情况监测看板,包含整体趋势、车型分析和分公司完成情况",
"widget": {
"type": "chart",
"title": {
"text": "2025年一季度通行费征收情况监测",
"subtext": "集团年度任务112亿元,一季度完成21.79亿元(19.46%)",
"left": "center"
},
"tooltip": {
"trigger": "axis",
"axisPointer": {
"type": "shadow"
}
},
"legend": {
"data": ["计划收入", "实际收入", "货车收入", "客车收入"],
"top": 30
},
"grid": {
"left": "3%",
"right": "4%",
"bottom": "3%",
"containLabel": true
},
"xAxis": {
"type": "category",
"data": ["一季度", "二季度", "三季度", "四季度"]
},
"yAxis": {
"type": "value",
"name": "亿元"
},
"series": [
{
"name": "计划收入",
"type": "bar",
"data": [23.05, 26.43, 33.5, 29.02]
},
{
"name": "实际收入",
"type": "bar",
"data": [21.79, null, null, null]
},
{
"name": "同比增长率",
"type": "line",
"yAxisIndex": 0,
"data": [1.98, null, null, null]
}
]
},
"next": ["添加分公司完成率", "显示车型收入对比", "设置预警阈值", "添加月度趋势", "分区收入占比"]
}
角色
assistant
content
total_tokens
2496