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)", ], }, ],