Private
Public Access
1
0

v1 flex chart with chart server

This commit is contained in:
2024-03-19 12:21:05 +01:00
parent 1c4f6cc7ee
commit a8ad7e108b
6 changed files with 185 additions and 628 deletions

View File

@@ -1322,7 +1322,7 @@ palettechoices = tuple((p, p) for p in palettes.keys())
analysischoices = (
('boxplot', 'Box Chart'),
('trendflex', 'Trend Flex'),
# ('trendflex', 'Trend Flex'),
('histo', 'Histogram'),
('flexall', 'Cumulative Flex Chart'),
('stats', 'Statistics'),