[O] Change title of the chart

This commit is contained in:
Hykilpikonna
2019-10-20 12:06:39 -04:00
parent fd1f6223c0
commit 94b337e772
@@ -25,8 +25,8 @@ export default class CourseScatter extends Vue
{ {
fontSize: 12 fontSize: 12
}, },
text: 'Course GPA', text: 'Assignments',
subtext: 'Current GPA for every course', subtext: 'Assignment scores for ' + this.course.name,
x: 'center' x: 'center'
}, },