Added format includes to remaining templates.
This commit is contained in:
parent
c7209c7641
commit
6a456e0c46
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<fileformat>pngcairo font "arial,8"</fileformat>
|
||||
<xi:include href="includes/format_png.xml" parse="xml" />
|
||||
<title>Wind über die letzten 24h (km/h)</title>
|
||||
<duration>hours=24</duration>
|
||||
<windrose>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<fileformat>svg font "arial,10"</fileformat>
|
||||
<xi:include href="includes/format_svg.xml" parse="xml" />
|
||||
<title>Wind über die letzten 24h (km/h)</title>
|
||||
<duration>hours=24</duration>
|
||||
<windrose>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Wind über die letzten 7 Tage (km/h)</title>
|
||||
<fileformat>pngcairo font "arial,8"</fileformat>
|
||||
<xi:include href="includes/format_png.xml" parse="xml" />
|
||||
<duration>hours=24 * 7</duration>
|
||||
<windrose>
|
||||
<title>Tagsüber</title>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>Wind über die letzten 7 Tage (km/h)</title>
|
||||
<fileformat>svg font "arial,10"</fileformat>
|
||||
<xi:include href="includes/format_svg.xml" parse="xml" />
|
||||
<duration>hours=24 * 7</duration>
|
||||
<windrose>
|
||||
<title>Tagsüber</title>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<size>400, 220</size>
|
||||
<fileformat>pngcairo font "arial,8"</fileformat>
|
||||
<xi:include href="includes/format_png.xml" parse="xml" />
|
||||
<lmargin>6</lmargin>
|
||||
<rmargin>7</rmargin>
|
||||
<duration>hours=24</duration>
|
||||
|
Reference in New Issue
Block a user