Basically i am creating an app which tracks the location of devices. And i have a HTML Table which shows the details.
-------   --------   -------   -----------    -------
 slno      device     type      location       time
-------   --------   -------   -----------    --------
  1        iphone     apple     cafeteria      10/3/15 10am
  2        s5         samsung   1st floor      10/3/15 10.12am
  3        OneX       HTC       2nd floor      10/3/15 10am
  4        iphone     apple     cafeteria      10/3/15 10.01am
  .         ..         ..         ..                ..
My data is dynamic and more(I might have 200 entries in my table for 5 minutes) and I am looking for a dyanamic graphical chart plugins from php or from jquery which exactly put my data into chart views.
I have been looking at Highcharts and arbor.js. and couldn't implement arbor.js for my dynamic data.
I need suggestions, links that, how do i approach my table data to generate my graphical chart?
 
    