Skip to content

Commit

Permalink
Merge pull request #6 from usd-cs/breakfast_dash_embed
Browse files Browse the repository at this point in the history
Embedded dashboard report, and updated sizing
  • Loading branch information
estebanrodriguez28 authored Dec 10, 2024
2 parents 7d3b502 + 6580f56 commit cd7abe8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ body {
align-items: flex-start;
font-family: 'Open Sans', Arial, sans-serif;
height: 100vh;
overflow: hidden;
}

/* Dashboard Layout */
Expand Down
8 changes: 4 additions & 4 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
</div>
</header>

<!--Embedded PowerBI Report -->
<div id="reportContainer">
<iframe title="totalRivera" width="1140" height="541.25"
src="https://app.powerbi.com/reportEmbed?reportId=8857d370-78fa-4a90-9ccd-e94e859f8ef3&autoAuth=true&ctid=fe4e1583-fb6f-48dd-8524-d06ad7501045"
frameborder="0" allowFullScreen="true"></iframe>
<iframe title="Dashboard Sprint 1" width="1140" height="541.25" src="https://app.powerbi.com/reportEmbed?reportId=dda6f63c-0a35-412c-8800-cfb990b9e0e0&autoAuth=true&ctid=fe4e1583-fb6f-48dd-8524-d06ad7501045" frameborder="0" allowFullScreen="true"></iframe>
</div>

</div>

</main>
</div>
</body>
Expand Down

0 comments on commit cd7abe8

Please sign in to comment.