[F] Fix: All year graph begins at term 2
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user