Archived
1
0

Split 28days graph into separate parts.

This commit is contained in:
Markus Birth 2016-10-19 14:11:36 +02:00
parent 81ea73a694
commit 5c5688bb0d
5 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="includes/size_single.xml" parse="xml" />
<xi:include href="includes/format_svg.xml" parse="xml" />
<duration>weeks=4</duration>
<xformat>%Y/%m/%d</xformat>
<xlabel></xlabel>
<dateformat></dateformat>
<xi:include href="includes/hourly_baro_line.xml" parse="xml" />
</graph>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="includes/size_single.xml" parse="xml" />
<xi:include href="includes/format_svg.xml" parse="xml" />
<duration>weeks=4</duration>
<xformat>%Y/%m/%d</xformat>
<xlabel></xlabel>
<dateformat></dateformat>
<xi:include href="includes/hourly_cloud_base_line.xml" parse="xml" />
</graph>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="includes/size_single.xml" parse="xml" />
<xi:include href="includes/format_svg.xml" parse="xml" />
<duration>weeks=4</duration>
<xformat>%Y/%m/%d</xformat>
<xlabel></xlabel>
<dateformat></dateformat>
<xi:include href="includes/daily_rain_sum_dual.xml" parse="xml" />
</graph>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="includes/size_single.xml" parse="xml" />
<xi:include href="includes/format_svg.xml" parse="xml" />
<duration>weeks=4</duration>
<xformat>%Y/%m/%d</xformat>
<xlabel></xlabel>
<dateformat></dateformat>
<xi:include href="includes/daily_temp_candle.xml" parse="xml" />
</graph>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="includes/size_single.xml" parse="xml" />
<xi:include href="includes/format_svg.xml" parse="xml" />
<duration>weeks=4</duration>
<xformat>%Y/%m/%d</xformat>
<xlabel></xlabel>
<dateformat></dateformat>
<xi:include href="includes/hourly_wind_gust_line.xml" parse="xml" />
</graph>