Split yearly graph into separate graphs.
This commit is contained in:
parent
a8db3e1c00
commit
43dc7dc671
@ -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>
|
11
_graph_templates/2016_temp.svg.xml
Normal file
11
_graph_templates/2016_temp.svg.xml
Normal 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>
|
2
_graph_templates/includes/size_single_big.xml
Normal file
2
_graph_templates/includes/size_single_big.xml
Normal file
@ -0,0 +1,2 @@
|
||||
<size>600, 300</size>
|
||||
|
Reference in New Issue
Block a user