@@ -293,6 +293,16 @@
$('#countryrank').html(result.msearch);
$('#category').html(result.msearch);
+ key_ary = [];
+ val_ary = [];
+
+ for (const [year,month, vol] of Object.entries(result.months)) {
+ key_ary.push(month);
+ val_ary.push(vol);
+ }
option = {
tooltip: {
trigger: 'axis'