trend line
This commit is contained in:
@@ -1373,6 +1373,9 @@ class AnalysisChoiceForm(forms.Form):
|
||||
required=False,
|
||||
label='Include Rest Strokes')
|
||||
|
||||
trendline = forms.BooleanField(initial=False, required=False,
|
||||
label='Trend Line')
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(AnalysisChoiceForm, self).__init__(*args, **kwargs)
|
||||
|
||||
@@ -1808,6 +1811,9 @@ class FlexOptionsForm(forms.Form):
|
||||
plottype = forms.ChoiceField(choices=plotchoices, initial='line',
|
||||
label='Chart Type')
|
||||
|
||||
trendline = forms.BooleanField(initial=False, required=False,
|
||||
label='Add Trend Line')
|
||||
|
||||
|
||||
class ForceCurveOptionsForm(forms.Form):
|
||||
includereststrokes = forms.BooleanField(initial=False, required=False,
|
||||
|
||||
Reference in New Issue
Block a user