Implement hiding the graph and move elements out of boxes
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user