Thank you for building this package. I was trying to change the edge size (line width, if that's the right place to go), and it was not working as I expected. I'm guessing if there is anything wrong with this setting.
I'm using v 1.2.2
Thanks for your feedback. This problem has been solved in latest version. Install the development version by remotes::install_github("gaospecial/ggVennDiagram"), and try it again.
Thank you for building this package. I was trying to change the edge size (line width, if that's the right place to go), and it was not working as I expected. I'm guessing if there is anything wrong with this setting. I'm using v 1.2.2
ggVennDiagram(venn_x, label = "count", label_alpha=0, edge_size = 10000)+ scale_fill_gradient(low="white",high = "red")