Commit 945c198c authored by Mike Greiling's avatar Mike Greiling

display x-axis tick marks

parent b0e8d623
...@@ -288,9 +288,14 @@ ...@@ -288,9 +288,14 @@
fill: $black; fill: $black;
} }
.tick > text { .tick {
> line {
stroke: $gray-darker;
}
> text {
font-size: 12px; font-size: 12px;
} }
}
.text-metric-title { .text-metric-title {
font-size: 12px; font-size: 12px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment