blob: 978739c6762588e853a7c52bdd6810173b7fdb30 [file] [log] [blame]
<!doctype html>
<html>
<head>
<style>
body {
margin: 0px;
}
div#editmenu {
position: absolute;
right: 0;
z-index: 5;
}
</style>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="dygraph-combined.js"></script>
<script src="https://www.google.com/jsapi"></script>
<script>
google.load('visualization', '1.0', {
packages: ['table', 'corechart', 'treemap', 'annotatedtimeline']
});
</script>
<script src="render.js"></script>
</head>
<body>
<div id='editmenu'><a id='editlink' href='' target='_top'>edit</a></div>
<div id='vizchart'></div>
<div id='viztable'></div>
<script>
$('#editlink').attr('href', '/edit' + window.location.search);
afterquery.render(window.location.search);
</script>
</body>
</html>