Initial import from Docker volume
This commit is contained in:
13
modules/risk/view/perf_graph2.xml
Executable file
13
modules/risk/view/perf_graph2.xml
Executable file
@@ -0,0 +1,13 @@
|
||||
<?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_mean" fill="1" empty="0"/>
|
||||
<field name="d_std" fill="1" empty="0"/>
|
||||
</y>
|
||||
</graph>
|
||||
Reference in New Issue
Block a user