Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Findeton committed Apr 3, 2024
1 parent 81fa8b9 commit 76ce4fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions avAdmin/admin-directives/dashboard/turnout-graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ angular.module('avAdmin')
var minDate = scope.minDate;
var maxDate = scope.maxDate;
var turnoutData = scope.turnoutData;
if (!turnoutData) {
return;
}
var series = Object.values(turnoutData).map(function (electionData) {
return electionData.title;
});
Expand Down

0 comments on commit 76ce4fe

Please sign in to comment.