Ignore the latter link. That refers to visualizations that are shipped as 'gadgets', for examples the ones you can have embedded in Google spreadsheets or iGoogle.
How to put your html page on your website depends on which platform is serving your website. If you are managing the website on your own, for example by managing a webserver like Apache or IIS, it should be enough to put the html page containing the chart in the document root of your website. If your website is hosted on some other platform, like Wordpress, you could look into your hosting documentation on how to add raw html content to it. Wordpress, for example, has plugins that let you add raw html content to your blog, which you can use to add the chart code (I'm not a wordpress expert, so other simpler options might exist as well). -- R. On 3 October 2011 14:51, marco grazzi <[email protected]> wrote: > Yes, that's preferable. The problem I'm struggling with is how to embed the > picture... > I looked here > > http://code.google.com/apis/chart/interactive/faq.html#policy > > and in particular > > http://code.google.com/apis/chart/interactive/faq.html#embedwebsite > > But I m not getting the thing to work. Does the following apply to my case? > > "On any other web page, if you have access to the source code, paste the > XML of the gadget wrapped inside an iframe on the page. Be sure to set the > data source preference in the XML." > > What should I exactly put in the .html file of the webpage I want to show? > How do i set this XML thing? > > > > > > 2011/10/3 Riccardo Govoni ☢ <[email protected]> > >> You have already written javascript code to create the interactive chart >> in the first place. Can't you just embed it in your website so your visitors >> will get the full interactive chart (including the tooltip effect you >> mention) instead of just a picture? Wouldn't it be preferable? >> >> --R. >> On Oct 3, 2011 12:46 PM, "marco grazzi" <[email protected]> wrote: >> >>> thanks a lot, it works great. >>> >>> Apologigies, for my IT ignorance ... is it possible to post the picture >>> (with the nice feature that when the mouse is on a country you can see the >>> actual value) on my website? >>> >>> >>> >>> 2011/10/2 Riccardo Govoni ☢ <[email protected]> >>> >>>> Have a look at the Geochart. >>>> http://code.google.com/apis/chart/interactive/docs/gallery/geochart.html >>>> >>>> It should fulfill your needs and allow larger resolutions. However, it >>>> renders as SVG, which makes its saving as image tricky. >>>> >>>> Regarding credit, you're not required to, but it is certainly >>>> appreciated if you want to point out which technology is powering your >>>> charts. >>>> >>>> --R. >>>> On Oct 2, 2011 2:37 PM, "marco grazzi" <[email protected]> wrote: >>>> >>>> -- >>>> 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. >>>> >>> >>> >>> >>> -- >>> LEM-Scuola Superiore Sant'Anna >>> Piazza Martiri della Liberta', 33 >>> 56127 Pisa, Italy >>> Tel. +39-050-883341 Fax +39-050-883344 >>> Web site: https://mail.sssup.it/~grazzi >>> >>> -- >>> 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. >>> >> -- >> 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. >> > > > > -- > LEM-Scuola Superiore Sant'Anna > Piazza Martiri della Liberta', 33 > 56127 Pisa, Italy > Tel. +39-050-883341 Fax +39-050-883344 > Web site: https://mail.sssup.it/~grazzi > > -- > 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. > -- 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.
