All
Using the google-api in GWT how do I set the height and width to 100%
Runnable onLoadCallback = new Runnable() {
public void run() {
AnnotatedTimeLine annotatedTimeLine = new
AnnotatedTimeLine(createTable(), createOptions(), "600px", "500px");
// annotatedTimeLine.setPixelSize(1000, 500);
// annotatedTimeLine.setWidth("100%");
vLayout.addMember(annotatedTimeLine);
}
};
I tried the setWidth, it did not work.
--
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.