[F] Fix: All year graph begins at term 2

This commit is contained in:
Hykilpikonna
2019-11-09 15:28:48 -05:00
parent 3a8899507f
commit c6ccc5e311
@@ -30,7 +30,7 @@ export default class OverallLine extends Vue
[ [
{ {
startValue: Math.max(moment().subtract(30, 'days').toDate().getTime(), startValue: Math.max(moment().subtract(30, 'days').toDate().getTime(),
Constants.TERMS[Navigation.instance.getSelectedGradingPeriod()].getTime()) CourseUtils.getTermBeginDate().getTime())
}, },
{ {
type: 'inside' type: 'inside'