Skip to content
Snippets Groups Projects
Commit a2501d15 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

more space for days in network graph

parent d521cf8d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -62,16 +62,16 @@ class BranchGraph
cuday = 0
cumonth = ""
 
r.rect(0, 0, 26, @barHeight).attr fill: "#222"
r.rect(26, 0, 20, @barHeight).attr fill: "#444"
r.rect(0, 0, 30, @barHeight).attr fill: "#222"
r.rect(30, 0, 25, @barHeight).attr fill: "#444"
 
for day, mm in @days
if cuday isnt day[0]
# Dates
r.text(36, @offsetY + @unitTime * mm, day[0])
r.text(40, @offsetY + @unitTime * mm, day[0])
.attr(
font: "12px Monaco, monospace"
fill: "#DDD"
fill: "#BBB"
)
cuday = day[0]
 
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