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

display x-axis tick marks

parent b0e8d623
......@@ -288,8 +288,13 @@
fill: $black;
}
.tick > text {
font-size: 12px;
.tick {
> line {
stroke: $gray-darker;
}
> text {
font-size: 12px;
}
}
.text-metric-title {
......
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