diff --git a/Model/RuYuanZaiYuanCount.py b/Model/RuYuanZaiYuanCount.py index 58a5931..b377cca 100644 --- a/Model/RuYuanZaiYuanCount.py +++ b/Model/RuYuanZaiYuanCount.py @@ -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": { @@ -181,6 +181,5 @@ class RuYuanZaiYuanModel: "bottom": "3%", "containLabel": True } - } - + } return option \ No newline at end of file diff --git a/Model/__pycache__/RuYuanZaiYuanCount.cpython-310.pyc b/Model/__pycache__/RuYuanZaiYuanCount.cpython-310.pyc index bbf56eb..31e6b2a 100644 Binary files a/Model/__pycache__/RuYuanZaiYuanCount.cpython-310.pyc and b/Model/__pycache__/RuYuanZaiYuanCount.cpython-310.pyc differ