aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-10-12 19:37:08 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-10-12 19:37:08 -0400
commitb492d54e82b65549572a23e844de01fd9e99ea5c (patch)
tree4a6c721361f841f111042bde21e38c8a2b3ef773
parent422c0a686fe41b4d92826e9704dca039f21918b1 (diff)
downloadchine-projet-b492d54e82b65549572a23e844de01fd9e99ea5c.tar.gz
chine-projet-b492d54e82b65549572a23e844de01fd9e99ea5c.tar.bz2
chine-projet-b492d54e82b65549572a23e844de01fd9e99ea5c.zip
Replaced Graph with Charts
-rw-r--r--static/chart.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/chart.html b/static/chart.html
index 5c44b0c..ad01565 100644
--- a/static/chart.html
+++ b/static/chart.html
@@ -35,7 +35,7 @@ function drawBasic() {
</head>
<body>
<div id="chart_div" style="width: 900px; height: 500px;"></div>
- <p style="color:white;">Propulsé par Google Graph</p>
+ <p style="color:white;">Propulsé par Google Charts</p>
<p><a href="https://www.worldometers.info/world-population/population-by-country/" style="color:white;">Données fournies par WorldOmeter</a><p/>
</body>
</html>