[S] Make graph smaller
This commit is contained in:
@@ -46,7 +46,9 @@ 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%',
|
||||||
},
|
},
|
||||||
|
|
||||||
tooltip: {},
|
tooltip: {},
|
||||||
|
|
||||||
// Data
|
// Data
|
||||||
|
|||||||
Reference in New Issue
Block a user