Howdy all,

I'm using Timeplot to display integer data collected hourly.
http://everyonerolls.com/timeplot/example1.html

Couple issues.

[1] When showing about two weeks of data, I only seem to get weekly (each 
Sunday) time axis labels. I use:

      timeGeometry: new Timeplot.DefaultTimeGeometry({
        gridColor: "#000000",
        axisLabelsPlacement: "top"
      }),


  Is it possible to control the granularity of the time axis labels? I'd like 
daily.

[2] When I enable 'showValues', the granularity of the value text (on hover) is 
seconds. Can I forced this to only display actual collect time data (which is 
hourly in my case)? If not, can I force granularity, minutes/hours?

[2b] The 'showValues' timestamp text is rather verbose (ie, "Sunday, August 26, 
2007 3:15:24 AM"). Is it possible to adjust this date/time display format?

A few general Timeplot questions:

[a] Is there support for bar graphs (versus connected line)?
[b] Can I adjust the size of the actual graph (within the containing region)?
[c] Is is possible to supress the showValues for zero data? I'd like the hover 
text to only show for non-zero data.
[d] Can the 'showValues' hover only display data values and not timestamp?
[e] The 'showValues' timestamp text appears to wrap in some cases (just before 
the AM/PM); can this be avoided?

Thanks!

- Scott M




_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to