去除警告
This commit is contained in:
parent
31957ea5fb
commit
1a4d368cbf
@ -63,7 +63,7 @@
|
||||
datasets: [{
|
||||
label: '航班数量',
|
||||
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)', // 曲线颜色
|
||||
borderWidth: 2, // 曲线宽度
|
||||
lineTension: 0.3, // 平滑曲线
|
||||
|
Loading…
Reference in New Issue
Block a user