mirror of
https://github.com/nathanp/crypto-price-widget.git
synced 2025-12-09 10:52:32 -05:00
Added icons for main and portfolio screens. More portfolio updates. Portfolio coin order now matches main screen order.
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
<button id="close-btn"></button>
|
||||
</div><!-- .controls -->
|
||||
<div class="tabs">
|
||||
<button id="main-btn" href="#main">main</button>
|
||||
<button id="main-btn" href="#main"><img src="images/icons8-Home-64.png"></button>
|
||||
<button id="portfolio-btn" href="#portfolio"><img src="images/icons8-Rebalance Portfolio-100.png"></button>
|
||||
<button id="settings-btn" href="#settings"><img src="images/icons8-Settings.png"></button>
|
||||
<button id="portfolio-btn" href="#portfolio">folio</button>
|
||||
</div><!-- .tabs -->
|
||||
</header>
|
||||
|
||||
@@ -89,7 +89,9 @@
|
||||
|
||||
<div id="portfolio-total-value">Total Value: <span class="value"></span></div>
|
||||
|
||||
<canvas id="myChart" width="400" height="400"></canvas>
|
||||
<div class="chart-container" style="position: relative; height:40vh; width:94vw">
|
||||
<canvas id="portfolioChart" width="360" height="360"></canvas>
|
||||
</div>
|
||||
|
||||
<!-- show what % each coin is of portfolio -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user