Your Name 4 years ago
parent
commit
2e4888370d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      similar_web/index.html

+ 1 - 1
similar_web/index.html

@@ -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: {