more detailed line for time of day
This commit is contained in:
parent
f70364619b
commit
a951ebc299
2 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ margin: ("x":0cm,"y":0cm)
|
|||
#grid(
|
||||
columns: (1fr,2fr,2fr),
|
||||
align: (horizon+right,horizon+center,horizon+center),
|
||||
stroke: (x,y) => if int(times.at(y*2+8)) == current_hour or int(times.at(y*2+9)) == current_hour{(y:black)},
|
||||
stroke: (x,y) => if int(times.at(y*2+8)) == current_hour {(y:black)} else if int(times.at(y*2+9)) == current_hour {(bottom:black)},
|
||||
..values.flatten().map(x => text(size:1.7em)[#x])
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue