Hi, When I dynamically create a DIV and set div.style.width and div.style.height, the timeline renders in the div just fine. However, now I'm creating multiple timeline divs and putting them into a HTML table for a nice layout. When I append a bunch of tr and td and the timeline DIVs inside the td elements, the HTML table overrides my div.style.width and div.style.height such that after creating the table, the timeline div's clientWidth and clientHeight properties are zero and the annotated timeline will not render. The div's style.width property is still set correctly, but the clientWidth property is not set correctly, and it is the clientWidth property that the timeline code relies on for rendering.
The same code works in chrome and firefox. Thanks, ~Scott <>< -- You received this message because you are subscribed to the Google Groups "Google Visualization API" 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/google-visualization-api?hl=en.
