[S] Adjust y position of pie graph

This commit is contained in:
Hykilpikonna
2019-11-09 22:53:22 -05:00
parent b6bf6373f2
commit c417698bf2
+1
View File
@@ -39,6 +39,7 @@ export default class TypePie extends Vue
type: 'pie',
avoidLabelOverlap: false,
radius: '60%',
center: ['50%', '55%'],
data: this.course.assignmentTypes.map((t, i) => {return {
value: t.weight,
name: t.name,