mejora grafico

francisco/photos
Francisco Sandoval 2023-12-10 13:37:52 -03:00
parent ab94efc77d
commit 8b0b209d59
1 changed files with 6 additions and 3 deletions

View File

@ -56,13 +56,16 @@
{ {
data: values, data: values,
backgroundColor: colors, backgroundColor: colors,
borderColor: "transparent", // borderColor: "transparent",
borderWidth: 2,
}, },
], ],
}, },
options: { options: {
maintainAspectRatio: false, responsive: true,
cutoutPercentage: 50, aspectRatio: 1,
maintainAspectRatio: true,
cutoutPercentage: 30,
legend: { display: false }, legend: { display: false },
}, },
}); });