Rahul Radhakrihsnan
unread,Jul 26, 2011, 4:45:29 AM7/26/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Hi
I am not able to fix % for height whereas % is working for witdh
(example 100%).
I can set height only in pixels
AnnotatedTimeLine theChart = new AnnotatedTimeLine(createTable(),
createOptions(), "100%", "100%" );
is not working
AnnotatedTimeLine theChart = new AnnotatedTimeLine(createTable(),
createOptions(), "100%", "100" );
is working
Please help me to set the height also in %