This repository has been archived on 2025-03-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
pywws-page/_graph_templates/includes/hourly_rain_bar.xml
T
2016-09-04 20:45:07 +02:00

13 lines
342 B
XML

<?xml version="1.0" encoding="utf-8"?>
<plot>
<yrange>0, 5</yrange>
<source>hourly</source>
<subplot>
<colour>rgb "#2196F3"</colour>
<style>box</style>
<xcalc>data['idx'].replace(minute=30, second=0)</xcalc>
<ycalc>data['rain']</ycalc>
<title>Tägl. Regenfall (mm)</title>
</subplot>
</plot>