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/daily_rain_bar.xml

14 lines
364 B
XML

<?xml version="1.0" encoding="utf-8"?>
<plot>
<yrange>0, 30</yrange>
<grid>ytics</grid>
<source>daily</source>
<subplot>
<colour>rgb "#2196f3"</colour>
<style>box</style>
<xcalc>data['start'] + timedelta(hours=12)</xcalc>
<ycalc>data['rain']</ycalc>
<title>Tägl. Niederschlag (㎜)</title>
</subplot>
</plot>