SperanzaMax commited on
Commit
b0d0a2c
·
verified ·
1 Parent(s): a3134bc

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: false }
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
  }