Difference between revisions of "Real-time graphing"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 15: | Line 15: | ||
if (200 == transport.status) { | if (200 == transport.status) { | ||
t = transport.responseText; | t = transport.responseText; | ||
− | |||
a = parseFloat(t); | a = parseFloat(t); | ||
if (x.length<10) { | if (x.length<10) { | ||
Line 29: | Line 28: | ||
} | } | ||
brd.update(); | brd.update(); | ||
− | document.getElementById('debug').innerHTML += | + | document.getElementById('debug').innerHTML += t +' '; |
}; | }; | ||
}}); | }}); |
Revision as of 10:10, 18 December 2009