[+] Color the indicator texts

This commit is contained in:
Hykilpikonna
2019-11-09 22:10:16 -05:00
parent adca4b41e2
commit 4abe02da94
@@ -63,6 +63,7 @@ export default class CourseTypeRadar extends Vue
indicator: this.course.assignmentTypes.map((t, i) => {return {
name: `${t.name}\n${t.percent}%`,
max: 100,
color: Constants.THEME.colors[i]
}}),
radius: '60%',
center: ['50%', '60%']