fix #454
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user