diff --git a/assets/js/sections/accumulatedstatistics.js b/assets/js/sections/accumulatedstatistics.js
index 5470ec9f9..3155e01b8 100644
--- a/assets/js/sections/accumulatedstatistics.js
+++ b/assets/js/sections/accumulatedstatistics.js
@@ -5,7 +5,7 @@ function accumulatePlot(form) {
// using this to change color of legend and label according to background color
var color = ifDarkModeThemeReturn("white", "grey");
- var award = form.awardradio.value;
+ var award = form.award.value;
var mode = form.mode.value;
var period = form.periodradio.value;
$.ajax({