Skip to content

Commit

Permalink
add working tableau viz component with jwt auth to frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
dancingfrog committed Nov 7, 2024
1 parent b2cbc6e commit 7c2953f
Show file tree
Hide file tree
Showing 12 changed files with 4,561 additions and 82 deletions.
1,404 changes: 1,404 additions & 0 deletions assets/index-f19a5a1d.js

Large diffs are not rendered by default.

1,404 changes: 1,404 additions & 0 deletions docs/assets/index-f19a5a1d.js

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions docs/cisco/eda.html

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions docs/cisco/index.html

Large diffs are not rendered by default.

1,404 changes: 1,404 additions & 0 deletions docs/frontend/dist/assets/index-f19a5a1d.js

Large diffs are not rendered by default.

16 changes: 14 additions & 2 deletions docs/frontend/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,24 @@
};
if (typeof window.exports === "undefined") { const exports = {}; }
</script>
<script type="module" crossorigin src="/assets/index-3214b01e.js"></script>
<script type="module" crossorigin src="/assets/index-f19a5a1d.js"></script>
<link rel="stylesheet" href="/assets/index-a9a39f4f.css">
</head>
<body>
<div id="app" class="content"></div>

<div class="hide tableau-viz-container" style="display: block; visibility: hidden; width: 0; height: 0">
<!-- The follow viz element will be moved into the react root container as a child component... -->
<!-- <tableau-viz-->
<!-- src="https://10ax.online.tableau.com/t/ruralinnovation/views/RINcommunitytechinvestment/RINcommunityVCfundedtech?:origin=card_share_link&:embed=n4?:origin=card_share_link"-->
<!-- device="desktop"-->
<!-- width="600px"-->
<!-- height="calc(100vh - 200px)"-->
<!-- style="margin: 0 -2px; background-color: transparent !important;"-->
<!-- toolbar="bottom" >-->
<!-- </tableau-viz>-->
</div>

</body>


</html>
18 changes: 15 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h1 class="title">Rural Innovation Network</h1>
And here's some more stuff to say about the network.
Should we drop a micro dashboard here? <br />
-->
<p><tableau-viz src="https://10ax.online.tableau.com/t/ruralinnovation/views/RINcommunitytechinvestment/RINcommunityVCfundedtech?:origin=card_share_link&amp;:embed=n4?:origin=card_share_link" device="desktop" width="600px" height="calc(100vh - 200px)" style="margin: 0 -2px; background-color: transparent !important;" toolbar="bottom"> </tableau-viz></p>
<p><tableau-viz src="https://10ax.online.tableau.com/t/ruralinnovation/views/RINcommunitytechinvestment/RINcommunityVCfundedtech_1?:origin=card_share_link&amp;:embed=n4?:origin=card_share_link" device="desktop" width="600px" height="calc(100vh - 200px)" style="margin: 0 -2px; background-color: transparent !important;" toolbar="bottom"> </tableau-viz></p>
</div>


Expand Down Expand Up @@ -628,12 +628,24 @@ <h1 class="title">Rural Innovation Network</h1>
};
if (typeof window.exports === "undefined") { const exports = {}; }
</script>
<script type="module" crossorigin="" src="./assets/index-3214b01e.js"></script>
<script type="module" crossorigin="" src="./assets/index-f19a5a1d.js"></script>
<link rel="stylesheet" href="./assets/index-a9a39f4f.css">


<div id="app" class="content"></div>


<div class="hide tableau-viz-container" style="display: block; visibility: hidden; width: 0; height: 0">
<!-- The follow viz element will be moved into the react root container as a child component... -->
<!-- <tableau-viz-->
<!-- src="https://10ax.online.tableau.com/t/ruralinnovation/views/RINcommunitytechinvestment/RINcommunityVCfundedtech?:origin=card_share_link&:embed=n4?:origin=card_share_link"-->
<!-- device="desktop"-->
<!-- width="600px"-->
<!-- height="calc(100vh - 200px)"-->
<!-- style="margin: 0 -2px; background-color: transparent !important;"-->
<!-- toolbar="bottom" >-->
<!-- </tableau-viz>-->
</div>




Expand Down
2 changes: 1 addition & 1 deletion docs/site_libs/bootstrap/bootstrap.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend
2 changes: 1 addition & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ And here's some more stuff to say about the network.
Should we drop a micro dashboard here? <br />
-->
<tableau-viz
src="https://10ax.online.tableau.com/t/ruralinnovation/views/RINcommunitytechinvestment/RINcommunityVCfundedtech?:origin=card_share_link&:embed=n4?:origin=card_share_link"
src="https://10ax.online.tableau.com/t/ruralinnovation/views/RINcommunitytechinvestment/RINcommunityVCfundedtech_1?:origin=card_share_link&:embed=n4?:origin=card_share_link"
device="desktop"
width="600px"
height="calc(100vh - 200px)"
Expand Down
Loading

0 comments on commit 7c2953f

Please sign in to comment.