Private
Public Access
1
0

Merge branch 'feature/flex2' into develop

This commit is contained in:
2024-05-24 11:26:47 +02:00
+1 -1
View File
@@ -1971,7 +1971,7 @@ def interactive_flex_chart2(id, r, promember=0,
'plottype': plottype, 'plottype': plottype,
} }
script, div = get_chart("/flex", chart_data, debug=False) script, div = get_chart("/flex2", chart_data, debug=False)
return script, div, workstrokesonly return script, div, workstrokesonly