Skip to content

Commit

Permalink
removed striped style qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
bguiastr committed Nov 2, 2016
1 parent 7673cd8 commit 49b05f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/define_comp_layout.R
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ define_comp_layout <- function(qmd_info = NULL,
}
node$fillcolor[!is.na(node$value) & node$value == 0] <- hex_color('white', 1)
node$gradientangle <- 90
node$style[!is.na(node$value)] <- 'striped'
}

node$style[grepl('Out_', node$label)] <- 'invisible'
Expand Down

0 comments on commit 49b05f3

Please sign in to comment.