去除警告

This commit is contained in:
satori 2024-12-07 08:12:11 +08:00
parent 31957ea5fb
commit 1a4d368cbf

View File

@ -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, // 平滑曲线