fix axis range on drivelength
This commit is contained in:
@@ -77,8 +77,8 @@ rowingmetrics = (
|
|||||||
'numtype':'float',
|
'numtype':'float',
|
||||||
'null':True,
|
'null':True,
|
||||||
'verbose_name': 'Drive Length (m)',
|
'verbose_name': 'Drive Length (m)',
|
||||||
'ax_min': 15,
|
'ax_min': 0,
|
||||||
'ax_max': 45,
|
'ax_max': 2.5,
|
||||||
'mode':'both',
|
'mode':'both',
|
||||||
'type': 'pro'}),
|
'type': 'pro'}),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user