Archived
1
0

Added yearly graphs for 2019 and 2020.

This commit is contained in:
Markus Birth 2020-03-09 17:05:25 +01:00
parent f148cec9f7
commit fe3a982a8f
4 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="includes/size_single_big.xml" parse="xml" />
<xi:include href="includes/format_svg.xml" parse="xml" />
<start>year=2019, month=1, day=1, hour=0</start>
<stop>year=2019, month=12, day=31, hour=23</stop>
<xformat>%b</xformat>
<xlabel></xlabel>
<dateformat></dateformat>
<xi:include href="includes/monthly_rain_sum_dual.xml" parse="xml" />
</graph>

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="includes/size_single_big.xml" parse="xml" />
<xi:include href="includes/format_svg.xml" parse="xml" />
<start>year=2019, month=1, day=1, hour=0</start>
<stop>year=2019, month=12, day=31, hour=23</stop>
<xformat>%b</xformat>
<xlabel></xlabel>
<dateformat></dateformat>
<xi:include href="includes/monthly_temp_candle.xml" parse="xml" />
</graph>

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="includes/size_single_big.xml" parse="xml" />
<xi:include href="includes/format_svg.xml" parse="xml" />
<start>year=2020, month=1, day=1, hour=0</start>
<stop>year=2020, month=12, day=31, hour=23</stop>
<xformat>%b</xformat>
<xlabel></xlabel>
<dateformat></dateformat>
<xi:include href="includes/monthly_rain_sum_dual.xml" parse="xml" />
</graph>

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="includes/size_single_big.xml" parse="xml" />
<xi:include href="includes/format_svg.xml" parse="xml" />
<start>year=2020, month=1, day=1, hour=0</start>
<stop>year=2020, month=12, day=31, hour=23</stop>
<xformat>%b</xformat>
<xlabel></xlabel>
<dateformat></dateformat>
<xi:include href="includes/monthly_temp_candle.xml" parse="xml" />
</graph>