From 9c9e677e53deb146e6f8eb0e562bcabf7b39587b Mon Sep 17 00:00:00 2001 From: Sanjeevani Avasthi <savasthi@student.unimelb.edu.au> Date: Wed, 26 May 2021 15:08:27 +1000 Subject: [PATCH] Update Sports.js --- frontend/static/Sports.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/static/Sports.js b/frontend/static/Sports.js index e5457cf..3739804 100644 --- a/frontend/static/Sports.js +++ b/frontend/static/Sports.js @@ -323,7 +323,7 @@ var myChart2 = new Chart(ctx, { data: { labels: city_by_sport, datasets: [{ - label: '# Average of Tweets', + label: '# Average of Retweets', data: counts_by_sport, backgroundColor: [ 'rgba(255, 99, 132, 0.5)', -- GitLab