I think i may have found a bug in Timeplot.  This involves the "showValues" 
tracing feature.  
Steps to recreate:
step1:
    create a plot with "showValues" enabled. give it data so it will plot.  See 
that trace feature is enabled.
step2:
    now load some new(additional) data into the event source via 
eventSource.loadText().  Update plot via Timeplot.update().  See the plot 
update, and see that tracing is no longer enabled.

I also believe I have solved my problem when updating plot, the time labels 
would get crammed together and be unreadable.  I ended up making some 
modifications to the date-time.js file.  I added new concepts in the 
SimileAjax.DateTime object.  I added TENSECOND, HALFMINUTE, and HALFHOUR to the 
object.  In addidion made appropriate changes to the "gregorianUnitLengths", 
"roundDownToInterval", and "incrementByInterval" functions to incorporate the 
new "concepts".  This seems to be doing a good job of keeping the time labels 
"uncluttered" so far.  I can post the code modifications if anyone cares.

-ChazZ
 
ever wonder if a word, when misused so many times, could lose all of its 
meaning?
now thats ironic...




      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 
_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to