Split 24hrs into separate graphs.
This commit is contained in:
parent
d96232ced8
commit
54c899c08f
10
_graph_templates/24hrs_clouds.svg.xml
Normal file
10
_graph_templates/24hrs_clouds.svg.xml
Normal 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>hours=24</duration>
|
||||
<xtics>2</xtics>
|
||||
<xformat>%H%M</xformat>
|
||||
<dateformat></dateformat>
|
||||
<xi:include href="includes/raw_cloud_base_line.xml" parse="xml" />
|
||||
</graph>
|
10
_graph_templates/24hrs_rain.svg.xml
Normal file
10
_graph_templates/24hrs_rain.svg.xml
Normal 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>hours=24</duration>
|
||||
<xtics>2</xtics>
|
||||
<xformat>%H%M</xformat>
|
||||
<dateformat></dateformat>
|
||||
<xi:include href="includes/hourly_rain_sum_dual.xml" parse="xml" />
|
||||
</graph>
|
10
_graph_templates/24hrs_temp.svg.xml
Normal file
10
_graph_templates/24hrs_temp.svg.xml
Normal 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>hours=24</duration>
|
||||
<xtics>2</xtics>
|
||||
<xformat>%H%M</xformat>
|
||||
<dateformat></dateformat>
|
||||
<xi:include href="includes/raw_temp_dew_feel_line.xml" parse="xml" />
|
||||
</graph>
|
10
_graph_templates/24hrs_wind.svg.xml
Normal file
10
_graph_templates/24hrs_wind.svg.xml
Normal 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>hours=24</duration>
|
||||
<xtics>2</xtics>
|
||||
<xformat>%H%M</xformat>
|
||||
<dateformat></dateformat>
|
||||
<xi:include href="includes/raw_wind_gust_line.xml" parse="xml" />
|
||||
</graph>
|
2
_graph_templates/includes/size_single.xml
Normal file
2
_graph_templates/includes/size_single.xml
Normal file
@ -0,0 +1,2 @@
|
||||
<size>600, 200</size>
|
||||
|
Reference in New Issue
Block a user