Skip to content
Snippets Groups Projects
Unverified Commit 945c198c authored by Mike Greiling's avatar Mike Greiling
Browse files

display x-axis tick marks

parent b0e8d623
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -288,8 +288,13 @@
fill: $black;
}
 
.tick > text {
font-size: 12px;
.tick {
> line {
stroke: $gray-darker;
}
> text {
font-size: 12px;
}
}
 
.text-metric-title {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment