Implement hiding the graph and move elements out of boxes

This commit is contained in:
2022-08-27 18:14:52 +01:00
parent be20fb7a52
commit 383278245e
5 changed files with 21 additions and 8 deletions

View File

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