Fix and refactor lab statistic page
- Change the
actRequestFreqChart !== null
to aactRequestFreqChart != null
inlab_status_charts.js
to make sure that the graphs are created before they try to be accessed - Change the return type of CourseStatusController methods to DTOs instead of HashMaps and edit the javascript accordingly
Closes #153 (closed)
Edited by Sára Juhošová