Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added new graph button for statistics page using angular material
  • Loading branch information
ema14006 committed Apr 28, 2019
1 parent 7b37797 commit b99cad3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/app/statistics/statistics.component.css
Expand Up @@ -54,5 +54,10 @@ radial-gauge:hover {
linear-gauge:hover { linear-gauge:hover {
cursor: pointer; cursor: pointer;
} }

button
{
width: 150px;
background-color: orange;
color: white;
}


2 changes: 1 addition & 1 deletion src/app/statistics/statistics.component.html
@@ -1,6 +1,6 @@
<div class="container"> <div class="container">
<div class="row mt-3"> <div class="row mt-3">
<button (click)="goToGraphGen()" class="btn btn-primary btn-block m-1">Graph</button> <button mat-raised-button (click)="goToGraphGen()" class = "mx-auto">Graph</button>
</div> </div>


<ng-template #timedOut> <ng-template #timedOut>
Expand Down

0 comments on commit b99cad3

Please sign in to comment.