Hi, I too have struggled with the timeplot within exhibit on occasion. I have a working one here<http://wjwieland.dvrdns.org/cb_tracker/ad_tracker.html> if you want to compare your code with a working one. Look at the "Moisture Plot" and "Price Plot". Both of those make use of the timeplot functionality.
Hope that helps, wjw On Tuesday, March 6, 2012 3:04:33 PM UTC-6, DFresh wrote: > > 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); -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To view this discussion on the web visit https://groups.google.com/d/msg/simile-widgets/-/uQxvxRZAMzUJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/simile-widgets?hl=en.
