Archived
1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
pywws-page/_graph_templates/includes/monthly_rain_bar.xml

14 lines
367 B
XML

<?xml version="1.0" encoding="utf-8"?>
<plot>
<yrange>0, 120</yrange>
<grid>ytics</grid>
<source>monthly</source>
<subplot>
<colour>rgb "#2196f3"</colour>
<style>box</style>
<xcalc>data['start'] + timedelta(days=14)</xcalc>
<ycalc>data['rain']</ycalc>
<title>Monatl. Niederschlag (㎜)</title>
</subplot>
</plot>