Add classes for the stat page

Also removed the pie chart graph because it wasn't really useful.
This commit is contained in:
dario-cfpt
2020-02-04 08:45:43 +01:00
parent f0ed0e519c
commit fa173d1f19
8 changed files with 73 additions and 102 deletions

View File

@ -46,8 +46,8 @@
</figure>
<div class="block">
<p class="segmented segmented-raised segmented-round">
<button id="btn-graph-column-chart" class="button button-round button-active">Column chart</button>
<button id="btn-graph-spider-web" class="button button-round">Spider web</button>
<button id="btn-graph-spider-web" class="button button-round button-active">Spider web</button>
<button id="btn-graph-column-chart" class="button button-round">Column chart</button>
</p>
</div>
</div>