Private
Public Access
1
0

improved filtering for Colin

This commit is contained in:
Sander Roosendaal
2020-03-18 07:49:38 +01:00
parent ff35c8062b
commit 3bcd14342a
2 changed files with 10 additions and 0 deletions

View File

@@ -3715,6 +3715,7 @@ def interactive_flex_chart2(id=0,promember=0,
rowdata = dataprep.getsmallrowdata_db(columns,ids=[id],doclean=True,
workstrokesonly=workstrokesonly)
if len(rowdata)<2:
rowdata = dataprep.getsmallrowdata_db(columns,ids=[id],doclean=True,
workstrokesonly=False)