> Welcome to Timeline! Thanks... I've actually posted before though. I have a hacky attempt at making these widgets work standalone here:
http://github.com/davidw/standalone-timeplot/tree/master > Please set the timezone in your band creation call to 1 and let us know if > that fixes things. > > eg > Timeline.createBandInfo({ > width: "10%", > intervalUnit: Timeline.DateTime.DECADE, > intervalPixels: 200, > date: d, > theme: theme, > timeZone : 1 > }), Here's how I'm creating things (it's actually a timeplot): Timeplot.createPlotInfo({ id: "plot" + col, dataSource: new Timeplot.ColumnSource(eventSource, col), valueGeometry: new Timeplot.DefaultValueGeometry({ gridColor: "#000000", axisLabelsPlacement: "left", min: 0, max: 100 }), lineColor: color, timeGeometry: new Timeplot.DefaultTimeGeometry({ gridColor: "#000000", axisLabelsPlacement: "top" }) })); Where should I put the timezone? Thank you, -- David N. Welton http://www.welton.it/davidw/ http://www.dedasys.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. 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 -~----------~----~----~----~------~----~------~--~---
