Private
Public Access
1
0

fix axis range on drivelength

This commit is contained in:
Sander Roosendaal
2017-09-24 09:40:24 +02:00
parent 082370f3e0
commit 1ab42b8966

View File

@@ -77,8 +77,8 @@ rowingmetrics = (
'numtype':'float',
'null':True,
'verbose_name': 'Drive Length (m)',
'ax_min': 15,
'ax_max': 45,
'ax_min': 0,
'ax_max': 2.5,
'mode':'both',
'type': 'pro'}),