ATL is not the same as what you see in google finance. You can see
this if you compare the .swf file sizes; they are different.

You can create charts like this:
http://chart.apis.google.com/chart?cht=p3&chd=t:60,40&chs=250x100&chl=Hello|World

using this documentation 
http://code.google.com/apis/chart/docs/making_charts.html

but they will not look like ATL.

To make it look like ATL, you have to load ATL on some PHP extension,
that extension will output an image of how the flash looks like, and
then you can serve that image. I think I've read something on this
subject but I can't remember where...


On Feb 12, 3:45 am, c2billp <[email protected]> wrote:
> google finance uses the atl nicely to render stock/index performance:
>
> http://www.google.com/finance?q=INDEXDJX:.DJI,INDEXSP:.INX,INDEXNASDA...
>
> I'm working on a mobile (iphone) version of my site and wondered how
> google finance rendered on mobile devices. to my suprise, the atl is
> rendered as an image - but very nicely.
>
> Is there a setting/documentation for recreating this behavior with the
> current atl api?
>
> -bill

-- 
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.

Reply via email to