refactoring and basic utplanner working

This commit is contained in:
Sriram Hariharan
2019-08-04 21:15:33 -05:00
parent 4428c4b8aa
commit 31f1736d77
6 changed files with 404 additions and 148 deletions

View File

@@ -31,6 +31,7 @@
animation: spin 2s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(0deg);
@@ -73,10 +74,16 @@
.dateTimePlace {
margin-left: 5px;
margin-bottom: 0px;
font-size: smaller;
font-weight: bold;
}
#chartcontainer {
max-width: 100%;
height: 250px;
}
#chart {
min-width: auto;
max-width: 100%;