[S] Adjust the graph down 10%
This commit is contained in:
@@ -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: {},
|
||||||
|
|||||||
Reference in New Issue
Block a user