Mercurial > dive4elements > river
comparison artifacts/doc/conf/sqrelation-diagram-defaults.xml @ 7239:a62c5b48ccab
Configure SQ Relations to use new diagram way
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Fri, 04 Oct 2013 16:59:30 +0200 |
parents | |
children | 69709f490d92 |
comparison
equal
deleted
inserted
replaced
7238:f4612310f12f | 7239:a62c5b48ccab |
---|---|
1 <?xml version="1.0" encoding="UTF-8" ?> | |
2 <longitudinal-defaults> | |
3 <axis name="Transport" logarithmic="true"/> | |
4 <domain-axis key="chart.sq_relation.xaxis.label" default="" logarithmic="true"/> | |
5 <processor class="org.dive4elements.river.exports.process.SQRelationProcessor" axis="Transport"/> | |
6 <processor class="org.dive4elements.river.exports.process.ManualPointsProcessor" | |
7 axis="Transport"/> | |
8 <subtitle key="chart.computed.discharge.curve.subtitle" default="-"> | |
9 <arg expr="artifact.river"/> | |
10 <arg expr="artifact.ld_locations"/> | |
11 </subtitle> | |
12 </longitudinal-defaults> | |
13 |