Draw box plot x axis with a lighter color

This commit is contained in:
2016-01-10 19:47:08 +03:00
parent a30dbf84f4
commit d9717e60c9
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -73,6 +73,9 @@ body {
.axis {
stroke: #888;
}
.axis.light {
stroke: #ddd;
}
.arrow {
stroke: #888;
fill: #888;