Last active
November 20, 2017 12:57
-
-
Save gladimdim/6a0e6bd525b389c87cae5e524912bae3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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