Add box chart axis

This commit is contained in:
2016-01-10 18:51:43 +03:00
parent f0450ea703
commit ef276ed577
2 changed files with 57 additions and 43 deletions
+9 -8
View File
@@ -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%;