-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtableau javascript youtube videos.txt
More file actions
41 lines (29 loc) · 1.02 KB
/
tableau javascript youtube videos.txt
File metadata and controls
41 lines (29 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<html>
<head><title>Learning Tableau and JavaScript</title>
<script type="text/javascript"
src="https://public.tableau.com/javascripts/api/tableau-2.js"></script>
<script type="text/javascript">
var viz;
window.onload = function() {
var vizDiv = document.getElementById('myViz');
var vizURL = "https://public.tableau.com/profile/mkovner#!/vizhome/Presents/TreeMap";
var options = {width : '600px', height : '540px' };
viz = new tableau.Viz(vizDiv, vizURL, options);
};
var tableau;
/** function exportToPDF() {
viz.showExportPDFDialog();
} ***/
</script>
<head>
<body>
<div id="myViz"></div>
</body>
</html>
https://www.youtube.com/watch?v=Geppur9LDnw&list=PL_qx68DwhYA8e_z9k7uoRw0zayoY35nUJ
https://www.youtube.com/user/tableausoftware/playlists
http://developers.tableau.com
Youtube search #datadev
http://github.com/tableau/JSAPIVideos
chris barrett
201-981-0818