Skip to content

Instantly share code, notes, and snippets.

@raspberrypisig
Created February 16, 2017 08:28
Show Gist options
  • Save raspberrypisig/84e50df5606cf8933d82733e169da95e to your computer and use it in GitHub Desktop.
Save raspberrypisig/84e50df5606cf8933d82733e169da95e to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="http://code.highcharts.com/highcharts.js"></script>
<script src="extract-plot-data.js"></script>
</head>
<body>
<div id="container"/>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment