去除警告
This commit is contained in:
		@@ -63,7 +63,7 @@
 | 
				
			|||||||
                datasets: [{
 | 
					                datasets: [{
 | 
				
			||||||
                    label: '航班数量',
 | 
					                    label: '航班数量',
 | 
				
			||||||
                    data: metrics.map(row => row.count),         // 使用 count 作为数据
 | 
					                    data: metrics.map(row => row.count),         // 使用 count 作为数据
 | 
				
			||||||
                    backgroundColor: 'rgba(255, 99, 132, 0.2)',  // 曲线下方填充颜色(透明度0.2)
 | 
					                    backgroundColor: 'rgba(255, 99, 132, 0.2)',  // 曲线下方填充颜色
 | 
				
			||||||
                    borderColor: 'rgba(255, 99, 132, 1)',        // 曲线颜色
 | 
					                    borderColor: 'rgba(255, 99, 132, 1)',        // 曲线颜色
 | 
				
			||||||
                    borderWidth: 2,                              // 曲线宽度
 | 
					                    borderWidth: 2,                              // 曲线宽度
 | 
				
			||||||
                    lineTension: 0.3,                            // 平滑曲线
 | 
					                    lineTension: 0.3,                            // 平滑曲线
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user