diff --git a/app/(private)/Reportes-graficas/page.tsx b/app/(private)/Reportes-graficas/page.tsx index cba0af1..384fcb6 100644 --- a/app/(private)/Reportes-graficas/page.tsx +++ b/app/(private)/Reportes-graficas/page.tsx @@ -175,7 +175,7 @@ export default function PorServicio() { const colors = ["black", "red", "blue", "orange", "purple", "green"]; return ( -
+
{ @@ -196,6 +196,9 @@ export default function PorServicio() { gap: "20px", flexWrap: "wrap", padding: "10px 0", + position: "absolute", + top: "34px", + right: "0", }} > {data.map((servicio) => ( @@ -226,6 +229,7 @@ export default function PorServicio() { alignItems: "center", gap: "5px", whiteSpace: "nowrap", + fontSize:"9px" }} > {/* COLUMNA IZQUIERDA: TABLA */}