Add a basic line chart
This commit is contained in:
@@ -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;*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user