Added integration for chart

This commit is contained in:
Sajal Sharma
2017-09-15 21:27:18 -07:00
parent bda21b06cd
commit 04520770b1
2 changed files with 24 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<html>
<head>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<div id="piechart" style="width: 900px; height: 500px;"></div>
</head>
</html>