se agregaron las graficas por servicio ademas de poner un filtro para escoger que servicios se van a graficar

This commit is contained in:
2026-05-20 15:51:46 -06:00
parent c4f68aa1e0
commit 35245a9195
3 changed files with 190 additions and 39 deletions
+2 -1
View File
@@ -87,7 +87,7 @@ footer p {
height: 600px;
min-height: 520px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
overflow: hidden;
overflow: visible;
background-color: #f9f9f9;
z-index: 0;
animation: fadeInUp 1s ease forwards;
@@ -99,6 +99,7 @@ footer p {
height: 100%;
display: flex;
flex-direction: column;
overflow: visible;
}
.containerForm {