Archived
1
0

Split yearly graph into separate graphs.

This commit is contained in:
Markus Birth 2016-10-19 14:21:33 +02:00
parent a8db3e1c00
commit 43dc7dc671
3 changed files with 15 additions and 3 deletions

View File

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