Add a basic line chart

This commit is contained in:
2015-10-29 03:35:21 +03:00
parent 01cd8ebc15
commit f45a61e39d
2 changed files with 55 additions and 2 deletions
+3 -2
View File
@@ -4,7 +4,7 @@ body {
}
#app {
width: 1000px;
width: 1260px;
margin: 0 auto;
/*background-color: #ccc;*/
}
@@ -15,7 +15,7 @@ body {
}
.daemon .left-block {
float: left;
width: 350px;
width: 330px;
height: 150px;
/*background-color: #cfc;*/
}
@@ -40,6 +40,7 @@ body {
.daemon .boxplot {
float: left;
height: 150px;
margin-right: 20px;
/*background-color: #fcc;*/
/*border: #ccc 1px solid;*/
}