This is just a quick one but I cant find what i need to figure this out. any helps is appreciated.
In the google graphs playground about halfway down (line 48 i think) there is a width variable. It seems to be set as a pixel by default.
Is there any way to set it to be dynamic so the width stretches to the full length of the page?
Or am i better of finding out the full width of the page with jscript and then passing it into the width field?
You should read the page width and dynamically generate the width value. The Graph API is pretty brain-dead (yet awesome) and just does what its told.