Create a graph from data

Hi @noob96 What @zenofmud is saying (in visual terms) is...

Have a read of this thread - I visually explained this process for someone else here

some clues...

  • for changing time string to Date number (epoch), this can be done in JS - search the internet for "javascript date string to epoch"
  • for changing a string number to actual number - search for "javascript parseInt"