fix axis range on drivelength
This commit is contained in:
@@ -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'}),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user