Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ async def dashboard_home():
|
|
| 93 |
maintainAspectRatio: true,
|
| 94 |
scales: {
|
| 95 |
y: { beginAtZero: true, grid: { color: '#334155' }, ticks: { color: '#94a3b8' } },
|
| 96 |
-
x: { display:
|
| 97 |
},
|
| 98 |
plugins: { legend: { position: 'bottom', labels: { color: '#f8fafc', padding: 20 } } }
|
| 99 |
}
|
|
|
|
| 93 |
maintainAspectRatio: true,
|
| 94 |
scales: {
|
| 95 |
y: { beginAtZero: true, grid: { color: '#334155' }, ticks: { color: '#94a3b8' } },
|
| 96 |
+
x: { display: true, grid: { color: 'rgba(51, 65, 85, 0.4)' }, ticks: { color: '#94a3b8', maxTicksLimit: 8 }, title: { display: true, text: 'Hora (Tiempo Real)', color: '#94a3b8' } }
|
| 97 |
},
|
| 98 |
plugins: { legend: { position: 'bottom', labels: { color: '#f8fafc', padding: 20 } } }
|
| 99 |
}
|