Skip to content

Instantly share code, notes, and snippets.

@andre347
Last active October 13, 2018 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andre347/f4dba5c4b1f18295690b2f6afc3ffab7 to your computer and use it in GitHub Desktop.
Save andre347/f4dba5c4b1f18295690b2f6afc3ffab7 to your computer and use it in GitHub Desktop.
Tableau Extension: Step 4
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Data-Refresh Tableau</title>
</head>
<body>
<h1>Hello Tableau!</h1>
<input type="number" name="refreshTime" id="refreshTime" placeholder="Time in Seconds">
<button id="btn">Start Refresh!</button>
<button id="btn-stop">Stop Refresh!</button>
<p id="info">Please specify seconds till refresh</p>
<script src="js/tableau-extensions-1.latest.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment