[O] Make the bar color match the line graph color

This commit is contained in:
Hykilpikonna
2019-09-29 18:29:32 -04:00
parent 18b5b7de77
commit a94a6db4b7
@@ -82,6 +82,10 @@ export default class GraphAverage extends Vue
data.push(
{
value: [course.name, GPAUtils.getGP(course, course.letterGrade)],
itemStyle:
{
color: Constants.THEME.colors[data.length]
}
});
});