Private
Public Access
1
0

instroke interactive as much polars as works

This commit is contained in:
2024-04-15 19:55:04 +02:00
parent 4eb07335f8
commit 0c306c7914
2 changed files with 28 additions and 471 deletions

View File

@@ -1523,19 +1523,6 @@ def otwcp_toadmin_view(request, theuser=0,
return response
def agegroupcpview(request, age, normalize=0, userid=0):
script, div = interactive_agegroupcpchart(age, normalized=normalize)
response = render(request, 'agegroupcp.html',
{
'active': 'nav-analysis',
'interactiveplot': script,
'the_div': div,
}
)
return response
def agegrouprecordview(request, sex='male', weightcategory='hwt',
distance=2000, duration=None):