Fix the graph rendering
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user