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

14 lines
362 B
XML

<?xml version="1.0" encoding="utf-8"?>
<plot>
<yrange>0, 5</yrange>
<grid>ytics</grid>
<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>Niederschlag (㎜)</title>
</subplot>
</plot>