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