Skip to content

Instantly share code, notes, and snippets.

@gladimdim
Last active November 20, 2017 12:57
Show Gist options
  • Save gladimdim/6a0e6bd525b389c87cae5e524912bae3 to your computer and use it in GitHub Desktop.
Save gladimdim/6a0e6bd525b389c87cae5e524912bae3 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<!-- Needed for visualization to run. Will be removed soon -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script type="module" src="src/zoomdata-visualization.js"></script>
</head>
<body style="margin: 0">
<zoomdata-visualization style="position: absolute; width: 600px; height: 500px;"
key="KVKWiD8kUl"
host="developer.zoomdata.com"
secure="true"
port="443"
path="/zoomdata-2.6"
source-name="My IMPALA Source"
visualization="Bars"
/>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment