ChazZ S wrote: > also; with all the geometries and plotInfos one has to create to work > with the plots. Is there documentation somewhere that describes what > all possible parameters are, their possible values and what they do?
We haven't. We'd welcome any contributions to the wiki along those lines. Javascript can be hard to process, but the parameters code is mostly clear; you'd have to dig deeper for all the enumerated values for some. See, for instance, [1], where the constructor for Timeplot.DefaultValueGeometry runs through its accepted params; also look at the DefaultTimeGeometry constructor. The last relevant constructor is in [2], again near the top of the file. 1. http://static.simile.mit.edu/timeplot/api/1.0/scripts/geometry.js 2. http://static.simile.mit.edu/timeplot/api/1.0/scripts/timeplot.js -- Ryan Lee [EMAIL PROTECTED] MIT CSAIL Research Staff http://simile.mit.edu/ http://people.csail.mit.edu/ryanlee/ _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
