Private
Public Access
1
0

Merge branch 'release/v22.1.2'

This commit is contained in:
2024-06-04 09:20:58 +02:00
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -2168,7 +2168,10 @@ def interactive_multiple_compare_chart(ids, xparam, yparam, plottype='line',
metrics_list = [{'name': name, 'rowingmetrics':d } for name, d in metrics.rowingmetrics]
try:
workoutsdict = [{'id': id, 'label': labeldict[id]} for id in ids]
except KeyError:
return ['<p>Chart error</p>','']
chart_data = {
'title': '',
Binary file not shown.