-
Notifications
You must be signed in to change notification settings - Fork 0
/
index4.html
16 lines (16 loc) · 1.1 KB
/
index4.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<title>Prototyping of embedding chartview to your website</title>
<!-- <link rel="stylesheet" href="css/styles.css">
<script src="d3/d3.min.js"></script> -->
</head>
<body>
<h1>Embedding a chartview to your website</h1>
<div class="main_holder" style="width: 1400px;">
<!-- <svg id="canvas"></svg> -->
<script type='text/javascript' src='https://prod-apsoutheast-a.online.tableau.com/javascripts/api/viz_v1.js'></script><div class='tableauPlaceholder' style='width: 1000px; height: 827px;'><object class='tableauViz' width='1000' height='827' style='display:none;'><param name='host_url' value='https%3A%2F%2Fprod-apsoutheast-a.online.tableau.com%2F' /> <param name='embed_code_version' value='3' /> <param name='site_root' value='/t/xngu0009' /><param name='name' value='test01/Dashboard1' /><param name='tabs' value='no' /><param name='toolbar' value='yes' /><param name='showAppBanner' value='false' /></object></div>
</div>
</body>
<!-- <script src="js/onload.js"></script> -->
</html>