ss
This commit is contained in:
@@ -442,7 +442,6 @@ def interactive_activitychart2(workouts, startdate, enddate, stack='type',
|
||||
'colors': mytypes.color_map,
|
||||
}
|
||||
|
||||
|
||||
script, div = get_chart("/activity_bar", chart_data, debug=False)
|
||||
|
||||
return script, div
|
||||
@@ -1725,7 +1724,7 @@ def interactive_flexchart_stacked(id, r, xparam='time',
|
||||
rowdata = rowdata.with_columns(
|
||||
column = column_ew
|
||||
)
|
||||
except KeyError:
|
||||
except (KeyError, ColumnNotFoundError):
|
||||
pass
|
||||
|
||||
if len(rowdata) < 2:
|
||||
|
||||
Reference in New Issue
Block a user