diff --git a/GA.js b/GA.js index 2dddecc..0077e2b 100644 --- a/GA.js +++ b/GA.js @@ -1,4 +1,3 @@ - /** 任务集合(tasks[i]表示第i个任务的长度) */ var tasks = []; // 任务数量 @@ -437,4 +436,4 @@ function draw(resultData) { // 使用刚指定的配置项和数据显示图表。 myChart.setOption(option); -} \ No newline at end of file +}