changed colors in polar grafic
This commit is contained in:
@@ -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)",
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user