Changes Graph to Donut
This commit is contained in:
@@ -68,7 +68,7 @@ export class ProjectCardComponent implements OnInit {
|
|||||||
colors: languages.map(value => value.color),
|
colors: languages.map(value => value.color),
|
||||||
chart: {
|
chart: {
|
||||||
width: 380,
|
width: 380,
|
||||||
type: "pie"
|
type: "donut"
|
||||||
},
|
},
|
||||||
labels: languages.map(value => value.name),
|
labels: languages.map(value => value.name),
|
||||||
responsive: [
|
responsive: [
|
||||||
|
|||||||
Reference in New Issue
Block a user