diff options
author | SaloniGoyal | 2016-06-20 17:11:48 +0530 |
---|---|---|
committer | SaloniGoyal | 2016-06-20 17:11:48 +0530 |
commit | cc7dea1d7c9530927ef91de28716a44dfa912e20 (patch) | |
tree | 0913f79a4aaf4cb682c0f14d950963f01f24673c | |
parent | d6bfdfe4fa1a6c420cca4fe08e0205e41ac886a2 (diff) | |
download | eSimWebApp-cc7dea1d7c9530927ef91de28716a44dfa912e20.tar.gz eSimWebApp-cc7dea1d7c9530927ef91de28716a44dfa912e20.tar.bz2 eSimWebApp-cc7dea1d7c9530927ef91de28716a44dfa912e20.zip |
errors removed
-rw-r--r-- | views/script/form.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/script/form.js b/views/script/form.js index 1c9512b..2198a50 100644 --- a/views/script/form.js +++ b/views/script/form.js @@ -23,7 +23,7 @@ socket.on("plotData",function(data){ if(keys[i]==ordinate){ flag=1; var trace = { - x: data[evalabscissa], + x: data[abscissa], y: data[keys[i]], name: keys[i], type: 'scatter' |