This commit is contained in:
2025-09-10 16:52:47 +08:00
parent 9d0b5abd31
commit dfe21d432d
2 changed files with 6 additions and 7 deletions

View File

@@ -54,11 +54,11 @@ class RuYuanZaiYuanModel:
# 构建ECharts配置
option = {
"title": {
"text": "云南省学前教育人数统计",
"left": "center",
"textStyle": {"color": "#333"}
},
# "title": {
# "text": "云南省学前教育人数统计",
# "left": "center",
# "textStyle": {"color": "#333"}
# },
"tooltip": {
"trigger": "axis",
"axisPointer": {
@@ -182,5 +182,4 @@ class RuYuanZaiYuanModel:
"containLabel": True
}
}
return option