Draw box plot x axis with a lighter color
This commit is contained in:
@@ -73,6 +73,9 @@ body {
|
||||
.axis {
|
||||
stroke: #888;
|
||||
}
|
||||
.axis.light {
|
||||
stroke: #ddd;
|
||||
}
|
||||
.arrow {
|
||||
stroke: #888;
|
||||
fill: #888;
|
||||
|
||||
Reference in New Issue
Block a user