Private
Public Access
1
0

added histogram

need to filter on spm, wps
This commit is contained in:
Sander Roosendaal
2019-04-29 19:25:47 +02:00
parent 90797df1d3
commit 991612d02b
5 changed files with 48 additions and 7 deletions

View File

@@ -840,6 +840,7 @@ palettechoices = tuple((p,p) for p in palettes.keys())
analysischoices = (
('boxplot','Box Chart'),
('trendflex','Trend Flex'),
('histo','Histogram'),
)
class AnalysisChoiceForm(forms.Form):