Files
tradon/modules/risk/view/perf_graph.xml
2025-12-26 13:11:43 +00:00

16 lines
509 B
XML
Executable File

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<graph type="line">
<x>
<field name="date"/>
</x>
<y>
<field name="d_perf" fill="1" empty="0"/>
<field name="d_up" fill="1" empty="0"/>
<field name="d_down" fill="1" empty="0"/>
<field name="d_es" fill="1" empty="0"/>
<field name="d_drop" fill="1" empty="0"/>
</y>
</graph>