Fix the graph rendering

master prod
Mark Veidemanis 2 years ago
parent 835be7e001
commit 2a4db7476f
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -94,7 +94,7 @@ def make_graph(results):
"date": date,
}
)
return orjson.dumps(graph)
return orjson.dumps(graph).decode("utf-8")
def drilldown_search(request, return_context=False, template=None):

Loading…
Cancel
Save