Skip to content

Commit

Permalink
update csmain js
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster444 committed Oct 30, 2018
1 parent 4ca3394 commit e0461ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions csmain.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ function changeDomain(period){
d.DateDisp = d3.time.format('%b');
})
endDomain = data[data.length-1].Date;
// endDomain = data[data.length-1].Date;
// endDomain = Date.parse(endDate);

changeDomain(period);
genRaw = data;
vema12 = calcema(12, genRaw, 'v');
Expand Down

0 comments on commit e0461ac

Please sign in to comment.