cardiomoon / webr

31 stars 18 forks source link

inner circle of pieDonut not shown #7

Open lolos0516 opened 4 years ago

lolos0516 commented 4 years ago

The inner circle of pieDonut() can't be passed to a variable if there are grouping and subgrouping. i.e. a <- pieDonut() print(a) only print the outer circle

John-Mola commented 4 years ago

@lolos0516 - I also am having the same issue. Did you ever find a solution?

Great function otherwise - really like the output.

As a temporary solution I ended up using ggsave() to save a version with only the pie and then a version with only the donut. In Inkscape I joined them back together (their size is preserved even though saving them to an object seems to lose the inner pie).

KZacharaki commented 3 years ago

Hi! I am having the same issue. It also gives me a warning : Warning messages: 1: guides(<scale> = FALSE) is deprecated. Please use guides(<scale> = "none") instead. 2: guides(<scale> = FALSE) is deprecated. Please use guides(<scale> = "none") instead.

If you have any tips, I would appreciate it.