Fix the graph rendering

This commit is contained in:
2022-09-30 07:22:22 +01:00
parent 835be7e001
commit 2a4db7476f

View File

@@ -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):