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