v1 flex chart with chart server
This commit is contained in:
@@ -4367,7 +4367,7 @@ def workout_flexchart3_view(request, *args, **kwargs):
|
||||
|
||||
# create interactive plot
|
||||
(
|
||||
script, div, js_resources, css_resources, workstrokesonly
|
||||
script, div, workstrokesonly
|
||||
) = interactive_flex_chart2(
|
||||
encoder.decode_hex(id), request.user.rower,
|
||||
xparam=xparam, yparam1=yparam1,
|
||||
@@ -4453,8 +4453,6 @@ def workout_flexchart3_view(request, *args, **kwargs):
|
||||
'workout': row,
|
||||
'chartform': flexaxesform,
|
||||
'optionsform': flexoptionsform,
|
||||
'js_res': js_resources,
|
||||
'css_res': css_resources,
|
||||
'teams': get_my_teams(request.user),
|
||||
'id': id,
|
||||
'xparam': xparam,
|
||||
|
||||
Reference in New Issue
Block a user