Update dev-center.js

This commit is contained in:
jelveh
2024-12-29 19:25:13 -08:00
parent cc0abf9f3b
commit 3b60e9913e

View File

@@ -2894,14 +2894,14 @@ async function render_analytics(period){
label: 'Opens',
data: openData,
borderColor: '#8884d8',
tension: 0.1,
tension: 0,
fill: false
},
{
label: 'Users',
data: userData,
borderColor: '#82ca9d',
tension: 0.1,
tension: 0,
fill: false
}
]