Fix the graph rendering
This commit is contained in:
parent
835be7e001
commit
2a4db7476f
|
@ -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…
Reference in New Issue