Skip to content

Commit 1fd24da

Browse files
Repopulate Graphs on No Subtopic
- Clicking on No Subtopic under any topic will repopulate weekly compare graph and annual graph now displaying correlating data.
1 parent f9a0ce2 commit 1fd24da

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/subtopicView.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ async function populateSubtopics(topicID, topic) {
2222
subjectViewLocation = 2;
2323
currentSelectedSubtopic = 'null';
2424
await populate30DayGraph('Subtopic', 'null');
25+
await populateWeeklyCompareGraph('Subtopic', 'null');
26+
await populateAnnualGraph('Subtopic', 'null');
2527
await populateProjects('null', 'Projects');
2628
await populateSpecificQuickTimes('subtopic', 'null');
2729
});

0 commit comments

Comments
 (0)