Switch to the recommended URL for the old Google Chart API

Note that this code uses the old API which is officially deprecated,
however converting this to use the new Chart API will take some time.

Obtained from:	https://developers.google.com/chart/image/docs/making_charts
Missed in:	r45633
This commit is contained in:
Gavin Atkinson 2014-09-27 08:42:00 +00:00
parent 947305e263
commit 162a5dc16d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45681
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@
enddate/day >= date:day-in-month()))]"
use="location/country" />
<xsl:variable name="charturl" select="'http://chart.apis.google.com/chart?cht=t&amp;chs=400x200&amp;chtm=world&amp;chco=ffffff,ffbe38,600000&amp;chf=bg,s,4D89F9'" />
<xsl:variable name="charturl" select="'https://chart.googleapis.com/chart?cht=t&amp;chs=400x200&amp;chtm=world&amp;chco=ffffff,ffbe38,600000&amp;chf=bg,s,4D89F9'" />
<xsl:variable name="title">&title;</xsl:variable>

View file

@ -61,7 +61,7 @@
enddate/day &gt;= date:day-in-month()))]"
use="location/country" />
<xsl:variable name="charturl" select="'http://chart.apis.google.com/chart?cht=t&amp;chs=400x200&amp;chtm=world&amp;chco=ffffff,ffbe38,600000&amp;chf=bg,s,4D89F9'" />
<xsl:variable name="charturl" select="'https://chart.googleapis.com/chart?cht=t&amp;chs=400x200&amp;chtm=world&amp;chco=ffffff,ffbe38,600000&amp;chf=bg,s,4D89F9'" />
<xsl:variable name="title">&title;</xsl:variable>