forked from TDTP/admin_transporte_frontend
mejora grafico
parent
ab94efc77d
commit
8b0b209d59
|
@ -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 },
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue