Skip to content

Instantly share code, notes, and snippets.

@sbob909
Created February 6, 2017 17:46
Show Gist options
  • Save sbob909/3dc468541f24d029add9c7a3f50ccf83 to your computer and use it in GitHub Desktop.
Save sbob909/3dc468541f24d029add9c7a3f50ccf83 to your computer and use it in GitHub Desktop.
<!-- Ignore the standard Argus form -->
<ag-dashboard style="display:none">
</ag-dashboard>
<!-- Google Charts loader for Argus, depends on jQuery -->
<div>
<h4>Debug output</h4>
<div id="debugDiv">
</div>
</div>
<script type="text/javascript">
$.getScript("https://rawgit.com/sbob909/d573c4563b9fe6238bd5a03ee30b7b20/raw/0e6fbd9b9918109af2f723bedea6c338b1c74d32/ArgusPlusGoogleCharts.js", function(){
$.getScript( "https://www.gstatic.com/charts/loader.js", function(){
loadRest()
})
}
);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment