diff --git a/core/static/chart.js b/core/static/chart.js
index 54d3946..c0d66fd 100644
--- a/core/static/chart.js
+++ b/core/static/chart.js
@@ -4,7 +4,7 @@ function loadJson(selector) {
var jsonData = loadJson('#jsonData');
var full_data = jsonData.map((item) => item);
-var ctx = document.getElementById('volume').getContext("2d");
+var ctx = document.getElementById('sentiment-chart').getContext("2d");
new Chart(ctx, {
type: 'line',
data: {
diff --git a/core/templates/ui/drilldown/drilldown.html b/core/templates/ui/drilldown/drilldown.html
index 676d58b..dbb850a 100644
--- a/core/templates/ui/drilldown/drilldown.html
+++ b/core/templates/ui/drilldown/drilldown.html
@@ -109,7 +109,7 @@
-
+
+
+
+
+
+
+ Show graph
+
+
+
diff --git a/core/templates/ui/drilldown/table_results.html b/core/templates/ui/drilldown/table_results.html
index 591b0fd..fede499 100644
--- a/core/templates/ui/drilldown/table_results.html
+++ b/core/templates/ui/drilldown/table_results.html
@@ -48,9 +48,9 @@
{% endif %}
{% if params.index != 'int' and params.index != 'meta' %}
-
-
-
+
diff --git a/core/templates/ui/drilldown/table_results_partial.html b/core/templates/ui/drilldown/table_results_partial.html
index 1bdb1eb..a3889e3 100644
--- a/core/templates/ui/drilldown/table_results_partial.html
+++ b/core/templates/ui/drilldown/table_results_partial.html
@@ -5,7 +5,7 @@
{% load joinsep %}
{% load urlsafe %}
{% block table-wrapper %}
-
+
{% block table %}
diff --git a/core/views/helpers.py b/core/views/helpers.py
index cf44b54..ac0dd59 100644
--- a/core/views/helpers.py
+++ b/core/views/helpers.py
@@ -118,9 +118,7 @@ def obfuscate_list(user, data):
Obfuscate data in a list of dictionaries.
"""
if user.has_perm("core.bypass_obfuscation"):
- print("USER HAS PERM")
return
- print("NO HAVE PERM")
for index, item in enumerate(data):
for key, value in item.items():
# Obfuscate a ratio of the field