Skip to content

Commit

Permalink
Updated the iFrame to auto show the first chart instead of waiting fo…
Browse files Browse the repository at this point in the history
…r the user to click a button.
  • Loading branch information
“Lou committed Jan 21, 2025
1 parent 6a89f02 commit 46e4801
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ <h1>Visualization Navigation</h1>
<button onclick="loadVisualization('analysis/chart_5.html')">Visualization 5</button>
<button onclick="loadVisualization('analysis/loudataviz_bonus.html')">Bonus Visualization</button>
</div>
<iframe id="iframe-display" src="" title="Visualization Display"></iframe>
<iframe id="iframe-display" src="analysis/chart_0.html" title="Visualization Display - Lou McDonald"></iframe>

</body>
</html>

0 comments on commit 46e4801

Please sign in to comment.