Fixed price chart page and updated tab icons
This commit is contained in:
parent
98c93e3c6f
commit
05add57883
28 changed files with 1685 additions and 397 deletions
|
|
@ -6,13 +6,12 @@
|
|||
</ion-nav-bar>
|
||||
<ion-content>
|
||||
<div class="chart-container">
|
||||
<div class="chart-header">
|
||||
<div class="latest-price">$<span id="latest-price">2500</span></div>
|
||||
<div class="high-price"><span class="light-yellow">High:</span><br/>$<span id="high-price">2500</span></div>
|
||||
<div class="low-price"><span class="light-yellow">Low:</span><br/>$<span id="low-price">2500</span></div>
|
||||
</div>
|
||||
<div class="chart">
|
||||
<div class="ct-chart"></div>
|
||||
|
||||
<div class="latest-price"><span class="light-yellow" style="font-size: 16px;">Latest price:</span><br/>$<span id="latest-price">2500</span></div>
|
||||
<div class="high-price"><span class="light-yellow">High:</span><br/>$<span id="high-price">2500</span></div>
|
||||
<div class="low-price"><span class="light-yellow">Low:</span><br/>$<span id="low-price">2500</span></div>
|
||||
</div>
|
||||
</div>
|
||||
</ion-content>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue