Commit 356467ac authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 79f46cd1
......@@ -53,7 +53,7 @@ async function readFiles()
{
let temp=file[j].split(',')
let obj={}
obj.timestamp=temp[0]
obj.timestamp=parseInt(temp[0])/1000
obj.open=temp[1]
obj.high=temp[2]
obj.low=temp[3]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment