@@ -227,7 +227,7 @@ function check_form(){
var val_ary=[];
for (const [key, value] of Object.entries(response.data.EstimatedMonthlyVisits)) {
key_ary.push(key);
- val_ary.push(key);
+ val_ary.push(value);
}
option = {
xAxis: {