Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2019-04-03 16:27:51 +02:00
parent 0a4d775a9e
commit 5181f6c6ab
3 changed files with 39 additions and 48 deletions

View File

@@ -1193,7 +1193,7 @@ class ForceCurveOptionsForm(forms.Form):
('scatter','Peak Force Scatter Plot'),
('none','Only aggregrate data')
)
plottype = forms.ChoiceField(choices=plotchoices,initial='scatter',
plottype = forms.ChoiceField(choices=plotchoices,initial='line',
label='Individual Stroke Chart Type')