|
|
<!DOCTYPE html>
|
|
|
<html lang="zh-CN">
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
<title>文山州与楚雄州人口变化趋势对基础教育的影响分析报告</title>
|
|
|
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
|
|
<style>
|
|
|
body {
|
|
|
font-family: 'Microsoft YaHei', Arial, sans-serif;
|
|
|
line-height: 1.6;
|
|
|
color: #333;
|
|
|
max-width: 1200px;
|
|
|
margin: 0 auto;
|
|
|
padding: 20px;
|
|
|
background-color: #f9f9f9;
|
|
|
}
|
|
|
header {
|
|
|
text-align: center;
|
|
|
margin-bottom: 30px;
|
|
|
padding-bottom: 20px;
|
|
|
border-bottom: 2px solid #3498db;
|
|
|
}
|
|
|
h1 {
|
|
|
color: #2c3e50;
|
|
|
font-size: 28px;
|
|
|
margin-bottom: 10px;
|
|
|
}
|
|
|
h2 {
|
|
|
color: #3498db;
|
|
|
font-size: 24px;
|
|
|
margin-top: 30px;
|
|
|
border-bottom: 1px solid #eee;
|
|
|
padding-bottom: 10px;
|
|
|
}
|
|
|
h3 {
|
|
|
color: #2980b9;
|
|
|
font-size: 20px;
|
|
|
margin-top: 25px;
|
|
|
}
|
|
|
.section {
|
|
|
background-color: white;
|
|
|
padding: 20px;
|
|
|
margin-bottom: 30px;
|
|
|
border-radius: 5px;
|
|
|
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
|
|
|
}
|
|
|
.chart-container {
|
|
|
margin: 30px 0;
|
|
|
padding: 15px;
|
|
|
background-color: white;
|
|
|
border-radius: 5px;
|
|
|
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
|
|
|
}
|
|
|
canvas {
|
|
|
width: 100% !important;
|
|
|
height: auto !important;
|
|
|
max-height: 500px;
|
|
|
}
|
|
|
.summary {
|
|
|
font-style: italic;
|
|
|
color: #555;
|
|
|
padding: 15px;
|
|
|
background-color: #f0f8ff;
|
|
|
border-left: 4px solid #3498db;
|
|
|
margin-bottom: 20px;
|
|
|
}
|
|
|
.conclusion {
|
|
|
background-color: #e8f4fc;
|
|
|
padding: 20px;
|
|
|
border-radius: 5px;
|
|
|
margin-top: 30px;
|
|
|
}
|
|
|
table {
|
|
|
width: 100%;
|
|
|
border-collapse: collapse;
|
|
|
margin: 20px 0;
|
|
|
}
|
|
|
th, td {
|
|
|
border: 1px solid #ddd;
|
|
|
padding: 12px;
|
|
|
text-align: left;
|
|
|
}
|
|
|
th {
|
|
|
background-color: #3498db;
|
|
|
color: white;
|
|
|
}
|
|
|
tr:nth-child(even) {
|
|
|
background-color: #f2f2f2;
|
|
|
}
|
|
|
@media (max-width: 768px) {
|
|
|
body {
|
|
|
padding: 10px;
|
|
|
}
|
|
|
h1 {
|
|
|
font-size: 24px;
|
|
|
}
|
|
|
h2 {
|
|
|
font-size: 20px;
|
|
|
}
|
|
|
.section {
|
|
|
padding: 15px;
|
|
|
}
|
|
|
}
|
|
|
</style>
|
|
|
</head>
|
|
|
<body>
|
|
|
<header>
|
|
|
<h1>文山州与楚雄州人口变化趋势对基础教育的影响分析报告</h1>
|
|
|
<p>云南省教育资源配置发展预测分析</p>
|
|
|
</header>
|
|
|
|
|
|
<div class="section">
|
|
|
<h2>报告摘要</h2>
|
|
|
<div class="summary">
|
|
|
<p>本报告基于文山州与楚雄州2012-2022年人口变化数据及2035年预测数据,分析了两州人口变化趋势及其对基础教育资源配置的影响。报告显示,两州人口均呈现下降趋势,城乡人口结构发生显著变化,城镇人口增加而乡村人口减少。这种人口变化对基础教育资源配置提出了新的挑战,特别是在教职工需求、学校占地面积需求等方面都产生了直接影响。</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<div class="section">
|
|
|
<h2>人口变化趋势分析</h2>
|
|
|
|
|
|
<div class="chart-container">
|
|
|
<h3>文山州与楚雄州总人口变化趋势(2012-2035)</h3>
|
|
|
<canvas id="populationTrendChart"></canvas>
|
|
|
</div>
|
|
|
|
|
|
<div class="chart-container">
|
|
|
<h3>文山州城乡人口变化趋势(2023-2035)</h3>
|
|
|
<canvas id="wenshanUrbanRuralChart"></canvas>
|
|
|
</div>
|
|
|
|
|
|
<div class="chart-container">
|
|
|
<h3>楚雄州城乡人口变化趋势(2023-2035)</h3>
|
|
|
<canvas id="chuxiongUrbanRuralChart"></canvas>
|
|
|
</div>
|
|
|
|
|
|
<p>从数据分析可以看出,文山州和楚雄州的人口均呈现下降趋势,但下降模式有所不同。文山州人口从2012年开始持续下降,年均增长率约为-2.04%,而楚雄州人口在2019年达到峰值后开始下降,2020年出现大幅下降。两州的城乡人口结构变化明显,城镇人口缓慢增长而乡村人口显著减少,这种变化对教育资源配置提出了新的要求。</p>
|
|
|
</div>
|
|
|
|
|
|
<div class="section">
|
|
|
<h2>基础教育学生数量变化分析</h2>
|
|
|
|
|
|
<div class="chart-container">
|
|
|
<h3>文山州各学段学生数量变化趋势(2022-2035)</h3>
|
|
|
<canvas id="wenshanStudentTrendChart"></canvas>
|
|
|
</div>
|
|
|
|
|
|
<div class="chart-container">
|
|
|
<h3>楚雄州各学段学生数量变化趋势(2022-2035)</h3>
|
|
|
<canvas id="chuxiongStudentTrendChart"></canvas>
|
|
|
</div>
|
|
|
|
|
|
<div class="chart-container">
|
|
|
<h3>2022年与2035年预测学生数量对比</h3>
|
|
|
<canvas id="studentComparisonChart"></canvas>
|
|
|
</div>
|
|
|
|
|
|
<p>学生数量变化趋势与人口变化趋势一致,总体上呈现下降趋势。文山州各学段学生数量下降幅度较大,特别是小学和初中阶段;楚雄州下降幅度相对较小。城乡分布方面,城区学生数量略有增加或保持稳定,而乡村学生数量明显减少,这与城镇化进程密切相关。</p>
|
|
|
</div>
|
|
|
|
|
|
<div class="section">
|
|
|
<h2>教育资源配置变化分析</h2>
|
|
|
|
|
|
<div class="chart-container">
|
|
|
<h3>文山州教职工需求变化趋势(2023-2035)</h3>
|
|
|
<canvas id="wenshanTeacherTrendChart"></canvas>
|
|
|
</div>
|
|
|
|
|
|
<div class="chart-container">
|
|
|
<h3>楚雄州教职工需求变化趋势(2023-2035)</h3>
|
|
|
<canvas id="chuxiongTeacherTrendChart"></canvas>
|
|
|
</div>
|
|
|
|
|
|
<div class="chart-container">
|
|
|
<h3>两州学校占地面积需求变化对比(2023-2035)</h3>
|
|
|
<canvas id="schoolAreaChart"></canvas>
|
|
|
</div>
|
|
|
|
|
|
<p>随着学生数量的减少,两州基础教育教职工需求总体呈下降趋势,但存在区域性、结构性、学科性短缺问题。学校占地面积需求也相应减少,但需要关注城乡分布变化带来的资源配置调整需求。特别是文山州城镇人口增加,可能需要在城区增加教育资源投入。</p>
|
|
|
</div>
|
|
|
|
|
|
<div class="section">
|
|
|
<h2>结论与建议</h2>
|
|
|
<div class="conclusion">
|
|
|
<h3>主要结论</h3>
|
|
|
<ul>
|
|
|
<li>文山州和楚雄州人口均呈现下降趋势,但下降模式和速度有所不同</li>
|
|
|
<li>城乡人口结构变化显著,城镇人口增加而乡村人口减少</li>
|
|
|
<li>学生数量总体下降,乡村学生数量减少尤为明显</li>
|
|
|
<li>教职工和学校占地面积需求相应减少,但存在结构性短缺问题</li>
|
|
|
</ul>
|
|
|
|
|
|
<h3>政策建议</h3>
|
|
|
<ul>
|
|
|
<li>根据人口变化趋势,动态调整教育资源配置,避免资源浪费</li>
|
|
|
<li>关注城镇人口增加带来的教育资源压力,适当增加城区教育资源投入</li>
|
|
|
<li>优化乡村教育资源布局,提高资源利用效率</li>
|
|
|
<li>加强教师队伍建设,解决结构性短缺问题</li>
|
|
|
<li>建立人口变化与教育资源联动调整机制,实现精准配置</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<script>
|
|
|
// 文山州与楚雄州总人口变化趋势图
|
|
|
const populationTrendCtx = document.getElementById('populationTrendChart').getContext('2d');
|
|
|
const populationTrendChart = new Chart(populationTrendCtx, {
|
|
|
type: 'line',
|
|
|
data: {
|
|
|
labels: ['2012', '2015', '2018', '2019', '2020', '2021', '2022', '2025', '2030', '2035'],
|
|
|
datasets: [
|
|
|
{
|
|
|
label: '文山州总人口(万人)',
|
|
|
data: [345.4, 335, 325, 320, 318, 317, 318, 310, 305, 303.5],
|
|
|
borderColor: 'rgba(75, 192, 192, 1)',
|
|
|
backgroundColor: 'rgba(75, 192, 192, 0.2)',
|
|
|
tension: 0.3,
|
|
|
fill: true
|
|
|
},
|
|
|
{
|
|
|
label: '楚雄州总人口(万人)',
|
|
|
data: [270, 272, 274, 275.5, 241.7, 239.1, 237.2, 225, 210, 195],
|
|
|
borderColor: 'rgba(153, 102, 255, 1)',
|
|
|
backgroundColor: 'rgba(153, 102, 255, 0.2)',
|
|
|
tension: 0.3,
|
|
|
fill: true
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
options: {
|
|
|
responsive: true,
|
|
|
plugins: {
|
|
|
title: {
|
|
|
display: true,
|
|
|
text: '文山州与楚雄州总人口变化趋势(2012-2035)'
|
|
|
},
|
|
|
tooltip: {
|
|
|
mode: 'index',
|
|
|
intersect: false
|
|
|
}
|
|
|
},
|
|
|
scales: {
|
|
|
y: {
|
|
|
beginAtZero: false,
|
|
|
title: {
|
|
|
display: true,
|
|
|
text: '人口(万人)'
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
|
|
|
// 文山州城乡人口变化趋势图
|
|
|
const wenshanUrbanRuralCtx = document.getElementById('wenshanUrbanRuralChart').getContext('2d');
|
|
|
const wenshanUrbanRuralChart = new Chart(wenshanUrbanRuralCtx, {
|
|
|
type: 'line',
|
|
|
data: {
|
|
|
labels: ['2023', '2025', '2030', '2035'],
|
|
|
datasets: [
|
|
|
{
|
|
|
label: '城镇人口(万人)',
|
|
|
data: [120, 125, 135, 145],
|
|
|
borderColor: 'rgba(54, 162, 235, 1)',
|
|
|
backgroundColor: 'rgba(54, 162, 235, 0.2)',
|
|
|
tension: 0.3,
|
|
|
fill: true
|
|
|
},
|
|
|
{
|
|
|
label: '乡村人口(万人)',
|
|
|
data: [198, 185, 170, 158.5],
|
|
|
borderColor: 'rgba(255, 99, 132, 1)',
|
|
|
backgroundColor: 'rgba(255, 99, 132, 0.2)',
|
|
|
tension: 0.3,
|
|
|
fill: true
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
options: {
|
|
|
responsive: true,
|
|
|
plugins: {
|
|
|
title: {
|
|
|
display: true,
|
|
|
text: '文山州城乡人口变化趋势(2023-2035)'
|
|
|
},
|
|
|
tooltip: {
|
|
|
mode: 'index',
|
|
|
intersect: false
|
|
|
}
|
|
|
},
|
|
|
scales: {
|
|
|
y: {
|
|
|
beginAtZero: false,
|
|
|
title: {
|
|
|
display: true,
|
|
|
text: '人口(万人)'
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
|
|
|
// 楚雄州城乡人口变化趋势图
|
|
|
const chuxiongUrbanRuralCtx = document.getElementById('chuxiongUrbanRuralChart').getContext('2d');
|
|
|
const chuxiongUrbanRuralChart = new Chart(chuxiongUrbanRuralCtx, {
|
|
|
type: 'line',
|
|
|
data: {
|
|
|
labels: ['2023', '2025', '2030', '2035'],
|
|
|
datasets: [
|
|
|
{
|
|
|
label: '城镇人口(万人)',
|
|
|
data: [113, 115.2, 118, 120],
|
|
|
borderColor: 'rgba(54, 162, 235, 1)',
|
|
|
backgroundColor: 'rgba(54, 162, 235, 0.2)',
|
|
|
tension: 0.3,
|
|
|
fill: true
|
|
|
},
|
|
|
{
|
|
|
label: '乡村人口(万人)',
|
|
|
data: [124.2, 115, 95, 81],
|
|
|
borderColor: 'rgba(255, 99, 132, 1)',
|
|
|
backgroundColor: 'rgba(255, 99, 132, 0.2)',
|
|
|
tension: 0.3,
|
|
|
fill: true
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
options: {
|
|
|
responsive: true,
|
|
|
plugins: {
|
|
|
title: {
|
|
|
display: true,
|
|
|
text: '楚雄州城乡人口变化趋势(2023-2035)'
|
|
|
},
|
|
|
tooltip: {
|
|
|
mode: 'index',
|
|
|
intersect: false
|
|
|
}
|
|
|
},
|
|
|
scales: {
|
|
|
y: {
|
|
|
beginAtZero: false,
|
|
|
title: {
|
|
|
display: true,
|
|
|
text: '人口(万人)'
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
|
|
|
// 文山州各学段学生数量变化趋势图
|
|
|
const wenshanStudentTrendCtx = document.getElementById('wenshanStudentTrendChart').getContext('2d');
|
|
|
const wenshanStudentTrendChart = new Chart(wenshanStudentTrendCtx, {
|
|
|
type: 'line',
|
|
|
data: {
|
|
|
labels: ['2022', '2025', '2030', '2035'],
|
|
|
datasets: [
|
|
|
{
|
|
|
label: '学前在园幼儿(万人)',
|
|
|
data: [16.88, 15.5, 15, 14.83],
|
|
|
borderColor: 'rgba(255, 159, 64, 1)',
|
|
|
backgroundColor: 'rgba(255, 159, 64, 0.2)',
|
|
|
tension: 0.3,
|
|
|
fill: true
|
|
|
},
|
|
|
{
|
|
|
label: '小学在校生(万人)',
|
|
|
data: [36.45, 34, 33, 32.02],
|
|
|
borderColor: 'rgba(75, 192, 192, 1)',
|
|
|
backgroundColor: 'rgba(75, 192, 192, 0.2)',
|
|
|
tension: 0.3,
|
|
|
fill: true
|
|
|
},
|
|
|
{
|
|
|
label: '初中在校生(万人)',
|
|
|
data: [18.43, 17.5, 16.8, 16.2],
|
|
|
borderColor: 'rgba(54, 162, 235, 1)',
|
|
|
backgroundColor: 'rgba(54, 162, 235, 0.2)',
|
|
|
tension: 0.3,
|
|
|
fill: true
|
|
|
},
|
|
|
{
|
|
|
label: '高中在校生(万人)',
|
|
|
data: [8.94, 8.5, 8.1, 7.86],
|
|
|
borderColor: 'rgba(153, 102, 255, 1)',
|
|
|
backgroundColor: 'rgba(153, 102, 255, 0.2)',
|
|
|
tension: 0.3,
|
|
|
fill: true
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
options: {
|
|
|
responsive: true,
|
|
|
plugins: {
|
|
|
title: {
|
|
|
display: true,
|
|
|
text: '文山州各学段学生数量变化趋势(2022-2035)'
|
|
|
},
|
|
|
tooltip: {
|
|
|
mode: 'index',
|
|
|
intersect: false
|
|
|
}
|
|
|
},
|
|
|
scales: {
|
|
|
y: {
|
|
|
beginAtZero: false,
|
|
|
title: {
|
|
|
display: true,
|
|
|
text: '学生数量(万人)'
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
|
|
|
// 楚雄州各学段学生数量变化趋势图
|
|
|
const chuxiongStudentTrendCtx = document.getElementById('chuxiongStudentTrendChart').getContext('2d');
|
|
|
const chuxiongStudentTrendChart = new Chart(chuxiongStudentTrendCtx, {
|
|
|
type: 'line',
|
|
|
data: {
|
|
|
labels: ['2022', '2025', '2030', '2035'],
|
|
|
datasets: [
|
|
|
{
|
|
|
label: '学前在园幼儿(万人)',
|
|
|
data: [7.85, 7.5, 7.2, 6.64],
|
|
|
borderColor: 'rgba(255, 159, 64, 1)',
|
|
|
backgroundColor: 'rgba(255, 159, 64, 0.2)',
|
|
|
tension: 0.3,
|
|
|
fill: true
|
|
|
},
|
|
|
{
|
|
|
label: '小学在校生(万人)',
|
|
|
data: [15.42, 14.8, 14.2, 13.12],
|
|
|
borderColor: 'rgba(75, 192, 192, 1)',
|
|
|
backgroundColor: 'rgba(75, 192, 192, 0.2)',
|
|
|
tension: 0.3,
|
|
|
fill: true
|
|
|
},
|
|
|
{
|
|
|
label: '初中在校生(万人)',
|
|
|
data: [7.89, 7.6, 7.3, 6.74],
|
|
|
borderColor: 'rgba(54, 162, 235, 1)',
|
|
|
backgroundColor: 'rgba(54, 162, 235, 0.2)',
|
|
|
tension: 0.3,
|
|
|
fill: true
|
|
|
},
|
|
|
{
|
|
|
label: '高中在校生(万人)',
|
|
|
data: [5.08, 4.8, 4.5, 4.34],
|
|
|
borderColor: 'rgba(153, 102, 255, 1)',
|
|
|
backgroundColor: 'rgba(153, 102, 255, 0.2)',
|
|
|
tension: 0.3,
|
|
|
fill: true
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
options: {
|
|
|
responsive: true,
|
|
|
plugins: {
|
|
|
title: {
|
|
|
display: true,
|
|
|
text: '楚雄州各学段学生数量变化趋势(2022-2035)'
|
|
|
},
|
|
|
tooltip: {
|
|
|
mode: 'index',
|
|
|
intersect: false
|
|
|
}
|
|
|
},
|
|
|
scales: {
|
|
|
y: {
|
|
|
beginAtZero: false,
|
|
|
title: {
|
|
|
display: true,
|
|
|
text: '学生数量(万人)'
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
|
|
|
// 文山州与楚雄州学生数量对比图
|
|
|
const studentComparisonCtx = document.getElementById('studentComparisonChart').getContext('2d');
|
|
|
const studentComparisonChart = new Chart(studentComparisonCtx, {
|
|
|
type: 'bar',
|
|
|
data: {
|
|
|
labels: ['学前教育', '小学教育', '初中教育', '高中教育'],
|
|
|
datasets: [
|
|
|
{
|
|
|
label: '文山州2022年(万人)',
|
|
|
data: [16.88, 36.45, 18.43, 8.94],
|
|
|
backgroundColor: 'rgba(54, 162, 235, 0.7)',
|
|
|
borderColor: 'rgba(54, 162, 235, 1)',
|
|
|
borderWidth: 1
|
|
|
},
|
|
|
{
|
|
|
label: '楚雄州2022年(万人)',
|
|
|
data: [7.85, 15.42, 7.89, 5.08],
|
|
|
backgroundColor: 'rgba(255, 99, 132, 0.7)',
|
|
|
borderColor: 'rgba(255, 99, 132, 1)',
|
|
|
borderWidth: 1
|
|
|
},
|
|
|
{
|
|
|
label: '文山州2035年预测(万人)',
|
|
|
data: [14.83, 32.02, 16.2, 7.86],
|
|
|
backgroundColor: 'rgba(75, 192, 192, 0.7)',
|
|
|
borderColor: 'rgba(75, 192, 192, 1)',
|
|
|
borderWidth: 1
|
|
|
},
|
|
|
{
|
|
|
label: '楚雄州2035年预测(万人)',
|
|
|
data: [6.64, 13.12, 6.74, 4.34],
|
|
|
backgroundColor: 'rgba(153, 102, 255, 0.7)',
|
|
|
borderColor: 'rgba(153, 102, 255, 1)',
|
|
|
borderWidth: 1
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
options: {
|
|
|
responsive: true,
|
|
|
plugins: {
|
|
|
title: {
|
|
|
display: true,
|
|
|
text: '文山州与楚雄州各学段学生数量对比'
|
|
|
}
|
|
|
},
|
|
|
scales: {
|
|
|
y: {
|
|
|
beginAtZero: true,
|
|
|
title: {
|
|
|
display: true,
|
|
|
text: '学生数量(万人)'
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
|
|
|
// 文山州教职工需求变化趋势图
|
|
|
const wenshanTeacherTrendCtx = document.getElementById('wenshanTeacherTrendChart').getContext('2d');
|
|
|
const wenshanTeacherTrendChart = new Chart(wenshanTeacherTrendCtx, {
|
|
|
type: 'line',
|
|
|
data: {
|
|
|
labels: ['2023', '2025', '2027', '2029', '2031', '2033', '2035'],
|
|
|
datasets: [
|
|
|
{
|
|
|
label: '教职工需求(万人)',
|
|
|
data: [4.2, 4.1, 4.0, 3.9, 3.8, 3.7, 3.6],
|
|
|
borderColor: 'rgba(54, 162, 235, 1)',
|
|
|
backgroundColor: 'rgba(54, 162, 235, 0.1)',
|
|
|
tension: 0.3,
|
|
|
fill: true
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
options: {
|
|
|
responsive: true,
|
|
|
plugins: {
|
|
|
title: {
|
|
|
display: true,
|
|
|
text: '文山州教职工需求变化趋势(2023-2035)'
|
|
|
}
|
|
|
},
|
|
|
scales: {
|
|
|
y: {
|
|
|
beginAtZero: false,
|
|
|
title: {
|
|
|
display: true,
|
|
|
text: '教职工数(万人)'
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
|
|
|
// 楚雄州教职工需求变化趋势图
|
|
|
const chuxiongTeacherTrendCtx = document.getElementById('chuxiongTeacherTrendChart').getContext('2d');
|
|
|
const chuxiongTeacherTrendChart = new Chart(chuxiongTeacherTrendCtx, {
|
|
|
type: 'line',
|
|
|
data: {
|
|
|
labels: ['2023', '2025', '2027', '2029', '2031', '2033', '2035'],
|
|
|
datasets: [
|
|
|
{
|
|
|
label: '教职工需求(万人)',
|
|
|
data: [2.79, 2.70, 2.60, 2.55, 2.52, 2.50, 2.49],
|
|
|
borderColor: 'rgba(255, 99, 132, 1)',
|
|
|
backgroundColor: 'rgba(255, 99, 132, 0.1)',
|
|
|
tension: 0.3,
|
|
|
fill: true
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
options: {
|
|
|
responsive: true,
|
|
|
plugins: {
|
|
|
title: {
|
|
|
display: true,
|
|
|
text: '楚雄州教职工需求变化趋势(2023-2035)'
|
|
|
}
|
|
|
},
|
|
|
scales: {
|
|
|
y: {
|
|
|
beginAtZero: false,
|
|
|
title: {
|
|
|
display: true,
|
|
|
text: '教职工数(万人)'
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
|
|
|
// 文山州与楚雄州学校占地面积需求对比图
|
|
|
const schoolAreaCtx = document.getElementById('schoolAreaChart').getContext('2d');
|
|
|
const schoolAreaChart = new Chart(schoolAreaCtx, {
|
|
|
type: 'bar',
|
|
|
data: {
|
|
|
labels: ['学前教育', '小学教育', '初中教育', '高中教育'],
|
|
|
datasets: [
|
|
|
{
|
|
|
label: '文山州占地面积需求(万平方米)',
|
|
|
data: [450, 1200, 800, 600],
|
|
|
backgroundColor: 'rgba(54, 162, 235, 0.7)',
|
|
|
borderColor: 'rgba(54, 162, 235, 1)',
|
|
|
borderWidth: 1
|
|
|
},
|
|
|
{
|
|
|
label: '楚雄州占地面积需求(万平方米)',
|
|
|
data: [280, 650, 420, 350],
|
|
|
backgroundColor: 'rgba(255, 99, 132, 0.7)',
|
|
|
borderColor: 'rgba(255, 99, 132, 1)',
|
|
|
borderWidth: 1
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
options: {
|
|
|
responsive: true,
|
|
|
plugins: {
|
|
|
title: {
|
|
|
display: true,
|
|
|
text: '文山州与楚雄州学校占地面积需求对比'
|
|
|
}
|
|
|
},
|
|
|
scales: {
|
|
|
y: {
|
|
|
beginAtZero: true,
|
|
|
title: {
|
|
|
display: true,
|
|
|
text: '占地面积(万平方米)'
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
</script>
|
|
|
</body>
|
|
|
</html>
|
|
|
backgroundColor: 'rgba(255, 159, 64, 0.2)',
|
|
|
tension: 0.3,
|
|
|
fill: true
|
|
|
},
|
|
|
{
|
|
|
label: '小学在校生(万人)',
|
|
|
data: [14.83, 14.2, 13.6, 13.12],
|
|
|
borderColor: 'rgba(75, 192, 192, 1)',
|
|
|
backgroundColor: 'rgba(75, 192, 192, 0.2)',
|
|
|
tension: 0.3,
|
|
|
fill: true
|
|
|
},
|
|
|
{
|
|
|
label: '初中在校生(万人)',
|
|
|
data: [7.61, 7.3, 7, 6.74],
|
|
|
borderColor: 'rgba(54, 162, 235, 1)',
|
|
|
backgroundColor: 'rgba(54, 162, 235, 0.2)',
|
|
|
tension: 0.3,
|
|
|
fill: true
|
|
|
},
|
|
|
{
|
|
|
label: '高中在校生(万人)',
|
|
|
data: [5.1, 4.8, 4.5, 4.34],
|
|
|
borderColor: 'rgba(153, 102, 255, 1)',
|
|
|
backgroundColor: 'rgba(153, 102, |