Hi John, when I want to change the radar layout, I find (center, radius )parameters don't work. Below is my code. ```{r} score_subset = data.frame( key = LETTERS[1:5], value = c(50,70,80,90,82) ) e_charts(score_subset, key) %>% e_radar(serie = value, max=100, legend = FALSE, center = c('20%', '45%'), radius=100) %>% e_labels(show = TRUE,position = "top") ``` 
Hi John,
when I want to change the radar layout, I find (center, radius )parameters don't work. Below is my code.