Skip to content

e_radar some parameters don't work #98

@hiffman

Description

@hiffman

Hi John,
when I want to change the radar layout, I find (center, radius )parameters don't work. Below is my code.

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") 
  

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions