Skip to content

Commit

Permalink
update prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin committed Dec 5, 2014
1 parent 90edf20 commit cdff558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prototype/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ <h4><%=name%></h4>
var dat = [];
for (var i = -6.14; i <= 6.14; i += 0.1) {
dat.push({x: i, y: Math.sin(i), type: 'sin', t: 'x'});
dat.push({x: i, y: Math.sin(i), type: 'cos', t: 'w'});
dat.push({x: i, y: Math.cos(i), type: 'sin', t: 'w'});
// dat.push({x: i, y: Math.sin(i), type: 'cos', t: 'w'});
//dat.push({x: i, y: Math.cos(i), type: 'sin', t: 'w'});
dat.push({x: i, y: Math.cos(i), type: 'cos', t: 'x'});
}
var chart = new tauCharts.Chart({
Expand Down

0 comments on commit cdff558

Please sign in to comment.