Skip to content

Commit

Permalink
style: increase event boxes size
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Apr 2, 2024
1 parent 2e91a16 commit dc51bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/add_events.R
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ add_events <- function(data, year, month, palette, weekend) {

# if (data[i, "from"] != data[i, "to"]) {

rect(xleft = x_lft - 1 + 0.05,
xright = x_rght - 0.05,
rect(xleft = x_lft - 1 + 0.025,
xright = x_rght - 0.025,
ybottom = y_btm - (0.18 * y_line + 0.02 * (y_line - 1)) - 0.18,
ytop = y_top - (0.18 * y_line + 0.02 * (y_line - 1)),
col = data[i, "color"],
Expand Down

0 comments on commit dc51bd8

Please sign in to comment.