changed colors in polar grafic

This commit is contained in:
2026-04-07 12:43:30 -05:00
parent 60a6c6416a
commit 3f23c15239
@@ -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)",
],
},
],