Skip to content

Instantly share code, notes, and snippets.

@lisantwi
Created August 29, 2019 16:26
Show Gist options
  • Save lisantwi/008a5ca52fccb92bd96e52ffe5964408 to your computer and use it in GitHub Desktop.
Save lisantwi/008a5ca52fccb92bd96e52ffe5964408 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Project</title>
<meta name="description" content="Basics Variables Lab in the Learn.co curriculum">
<meta name="author" content="Flatiron School">
</head>
<body>
<h2>World Bank Data Visualization</h2>
<canvas id="line-chart" width="800" height="450"></canvas>
<script type="text/javascript" src="index.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.5.0/Chart.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment