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配置 # 构建ECharts配置
option = { option = {
"title": { # "title": {
"text": "云南省学前教育人数统计", # "text": "云南省学前教育人数统计",
"left": "center", # "left": "center",
"textStyle": {"color": "#333"} # "textStyle": {"color": "#333"}
}, # },
"tooltip": { "tooltip": {
"trigger": "axis", "trigger": "axis",
"axisPointer": { "axisPointer": {
@@ -181,6 +181,5 @@ class RuYuanZaiYuanModel:
"bottom": "3%", "bottom": "3%",
"containLabel": True "containLabel": True
} }
} }
return option return option