[O] Let bubble chart start at when the first quarter starts

This commit is contained in:
Hykilpikonna
2020-08-01 16:14:02 -04:00
parent c643eedbc8
commit 467e036411
@@ -40,6 +40,7 @@ export default class CourseScatter extends Vue
{
formatter: (name: any) => moment(name).format('MMM DD')
},
min: Constants.TERMS[0].getTime(),
max: moment.min(moment(), moment(Constants.TERMS[4])).toDate().getTime()
},