From d890946239253994e7624918b9cffe9e1d4e5928 Mon Sep 17 00:00:00 2001
From: Rushikesh Padsala <rushikesh.padsala@hft-stuttgart.de>
Date: Mon, 29 May 2023 14:30:17 +0000
Subject: [PATCH] Updated execrise 1 leaflet.js with chart.js

---
 Exercise 1/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Exercise 1/index.html b/Exercise 1/index.html
index 84c0ac9..74b469c 100644
--- a/Exercise 1/index.html	
+++ b/Exercise 1/index.html	
@@ -11,7 +11,7 @@
     <script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js"
         integrity="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA=="
         crossorigin=""></script>
-        
+     <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>    
     <script src="building_data.js"></script>
     <link rel="stylesheet" href="index.css">
     	    <style>
-- 
GitLab