Files
FE_Charts/mobile/www/pages/feclass.html
dario-cfpt 5748263678 Add image of character in the comparator list
Changed the colors of the network graph to match the color of the
differents houses (the color will probably be in the database in the
future).

Reactivate the panel swipe (there are still some problems but it's
better to keep the swipe for the user).

Added various comments and fixed the missing logo in the about page when
using the phone app.
2020-03-17 13:40:50 +01:00

41 lines
1.5 KiB
HTML

<div class="page page-feclass">
<div class="navbar">
<div class="navbar-inner">
<div class="left">
<a href="#" class="link back">
<i class="icon icon-back"></i>
<span class="if-not-md">Back</span>
</a>
</div>
<div id="title-char" class="title sliding">Fire Emblem Charts</div>
</div>
</div>
<div class="page-content">
<div>
<div class="list no-hairlines-md">
<figure class="highcharts-figure">
<div id="container-class-gr"></div>
</figure>
<div class="block">
<p class="segmented segmented-raised segmented-round">
<button id="btn-graph-spider-web" class="button button-round">Spider web</button>
<button id="btn-graph-column-chart" class="button button-round button-active">Column chart</button>
</p>
</div>
</div>
</div>
<div class="card data-table data-table-collapsible data-table-init">
<div class="data-table-title">Growth rates</div>
<table id="table-growth-rates">
<thead>
<tr id="table-gr-header">
</tr>
</thead>
<tbody>
<tr id="table-gr-content">
</tr>
</tbody>
</table>
</div>
</div>
</div>