From 3f23c15239a090ae739d068af190ec18eec5975f Mon Sep 17 00:00:00 2001 From: IO <320154041@pcpuma.acatlan.unam.mx> Date: Tue, 7 Apr 2026 12:43:30 -0500 Subject: [PATCH] changed colors in polar grafic --- src/components/reporteGraficas/Graficas/Polar.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/reporteGraficas/Graficas/Polar.tsx b/src/components/reporteGraficas/Graficas/Polar.tsx index efbeb4f..9a883f2 100644 --- a/src/components/reporteGraficas/Graficas/Polar.tsx +++ b/src/components/reporteGraficas/Graficas/Polar.tsx @@ -61,10 +61,10 @@ export default function Polar({ tipo, filtros }: Props) { data, borderWidth: 1, backgroundColor: [ - "rgb(255, 99, 132)", - "rgb(54, 162, 235)", - "rgb(255, 206, 86)", "rgb(75, 192, 192)", + "rgb(255, 206, 86)", + "rgb(235, 157, 54)", + "rgb(255, 99, 132)", ], }, ],