Changes Graph to Donut

This commit is contained in:
2023-12-28 23:41:23 -03:00
parent f4f11a8a05
commit 0c52a4ec1f

View File

@@ -68,7 +68,7 @@ export class ProjectCardComponent implements OnInit {
colors: languages.map(value => value.color),
chart: {
width: 380,
type: "pie"
type: "donut"
},
labels: languages.map(value => value.name),
responsive: [