Add box chart axis
This commit is contained in:
@@ -47,6 +47,7 @@ body {
|
||||
width: 950px;
|
||||
height: 120px;
|
||||
margin-right: 15px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.linechart svg {
|
||||
width: 100%;
|
||||
@@ -69,13 +70,13 @@ body {
|
||||
.linechart .dot.errors {
|
||||
fill: #f64;
|
||||
}
|
||||
.linechart .axis {
|
||||
stroke: #888;
|
||||
}
|
||||
.linechart .arrow {
|
||||
stroke: #888;
|
||||
fill: #888;
|
||||
}
|
||||
.axis {
|
||||
stroke: #888;
|
||||
}
|
||||
.arrow {
|
||||
stroke: #888;
|
||||
fill: #888;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
@@ -85,7 +86,7 @@ body {
|
||||
.boxplot {
|
||||
float: left;
|
||||
width: 950px;
|
||||
height: 200px;
|
||||
height: 170px;
|
||||
}
|
||||
.boxplot svg {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user