Hello,
I've used timeplot before at a previous employer and now I'm trying to
get it working at my new location. Unfortunately I lost my old html
files to go off of. There's also 1 key difference compared to my
previous implementation. The one I'm working on now has no access to
the internet so I followed the instructions to get the ajax, timeline
and timeplot APIs running locally on the same apache instance.
The link to my html code is here:
http://pastebin.com/ArnrQH2C
I can get the blank timeplot window to show, but as soon as I add the
below 2 lines it breaks. Not sure what's going on as the apache logs
all show 200s for the requests to all javascript files. I'm following
the tutorial step by step from here:
http://www.simile-widgets.org/timeplot/docs/
dataSource: new Timeplot.ColumnSource(eventSource,1)
timeplot.loadText("/timeplot/data.txt", ",", eventSource);