Help to set Chart Height in Visualization API

11 views
Skip to first unread message

Rahul Radhakrihsnan

unread,
Jul 26, 2011, 4:45:29 AM7/26/11
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 %

Uemit

unread,
Jul 28, 2011, 5:10:47 AM7/28/11
to google-we...@googlegroups.com
As far as I know it is not possible. You have to set explicit sizes for google charts (at least for the height). 

Reply all
Reply to author
Forward
0 new messages