Private
Public Access
1
0

moved some of form to chart

This commit is contained in:
2024-04-02 22:26:17 +02:00
parent 59b523de3f
commit ac0d2bc504
4 changed files with 3 additions and 16 deletions

View File

@@ -1870,14 +1870,6 @@ class ForceCurveOptionsForm(forms.Form):
notes = forms.CharField(initial="", label='notes', widget=HiddenInput, required=False)
plotchoices = (
('line', 'Force Curve Collection Plot'),
('scatter', 'Peak Force Scatter Plot'),
('none', 'Only aggregrate data')
)
plottype = forms.ChoiceField(choices=plotchoices, initial='line',
label='Individual Stroke Chart Type')
name = forms.CharField(initial="", label='Name',required=False)