[S] Adjust the graph down 10%

This commit is contained in:
Hykilpikonna
2019-11-09 21:47:34 -05:00
parent af925741b4
commit f540e03a56
@@ -47,6 +47,7 @@ export default class CourseTypeRadar extends Vue
}, },
indicator: this.course.assignmentTypes.map(t => {return {name: t.name, max: 100}}), indicator: this.course.assignmentTypes.map(t => {return {name: t.name, max: 100}}),
radius: '60%', radius: '60%',
center: ['50%', '60%']
}, },
tooltip: {}, tooltip: {},