[O] Use scoreMax instead
This commit is contained in:
@@ -56,7 +56,7 @@ export default class CourseTypeRadar extends Vue
|
|||||||
padding: [3, 5]
|
padding: [3, 5]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
indicator: this.course.assignmentTypes.map(t => {return {name: t.name, max: 100}})
|
indicator: this.course.assignmentTypes.map(t => {return {name: t.name, max: t.scoreMax}})
|
||||||
},
|
},
|
||||||
|
|
||||||
// Data
|
// Data
|
||||||
|
|||||||
Reference in New Issue
Block a user