Private
Public Access
1
0

interactivechart with rest strokes

This commit is contained in:
2024-06-19 16:19:19 +02:00
parent 3971931fec
commit f2eafbf3e9
2 changed files with 1 additions and 1 deletions

View File

@@ -1393,7 +1393,7 @@ def interactive_chart(id=0, promember=0, intervaldata={}):
TOOLS = 'pan,box_zoom,wheel_zoom,reset,tap,hover,crosshair'
columns = ['time', 'pace', 'hr', 'fpace', 'ftime', 'spm']
datadf = dataprep.read_data(columns, ids=[id])
datadf = dataprep.read_data(columns, ids=[id], workstrokesonly=False)
if datadf.is_empty():
return "", "No Valid Data Available"

Binary file not shown.