I'm using google charts API in a web viewer and all my charts keep aligning to the left... anyone know what I need to do to the code to make everything align in the center of the web viewer... the titles keep getting cut off when they're too long.
Code Sample:
"http://chart.apis.google.com/chart?chs=320x240&&chco=4d89f9,c6d9fd&&chd=t:" & ass_running_records::rr_MinReadingAge & "," & ass_running_records::rr_MaxReadingAge & "|" & ass_running_records::rr_ageRangeLow & "," & ass_running_records::rr_ageRangeHigh & "&&cht=bvg&&chtt=" & ass_running_records::rr_FoundGroupTitle & " &&chxt=x,y&&chxl=0:|Min|Max|
1:|1|8|&&chds=0,16&&chf=c,lg,45,ffffff,0,76A4FB,0.75| bg,s,EFEFEF&&chdl=Reading Age|Actual Age &&chco=4d89f9,c6d9fd"