Added stable sorting to graph

This commit is contained in:
2020-02-28 00:05:16 +01:00
parent 96178cafa7
commit 71c77975f8
3 changed files with 27 additions and 21 deletions
+2 -7
View File
@@ -5,14 +5,10 @@ body {
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background: url(./Background/bg.jfif) no-repeat center center;
/* background-color: #282c34; */
height: 100%;
margin: 0;
background: url(./Background/bg.jfif);
}
#App {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
@@ -23,7 +19,6 @@ body {
.DashboardComponent {
background-color: white;
border-style: solid;
border-width: solid;
border-color: #FD4114;
border-radius: 7px;
}
@@ -33,5 +28,5 @@ body {
}
.GraphView {
height: 250px;
height: 300px;
}