powered by
Modify point options
point_options(c3, show = TRUE, r = 2.5, expand = TRUE, expand.r = 1.75, select.r = 4)
c3 htmlwidget object
boolean
numeric radius of point
numeric multiplier for radius expansion
c3
# NOT RUN { data.frame(a = c(1,2,3,2), b = c(2,4,1,5)) %>% c3() %>% point_options(r = 5, expand.r = 2) # }
Run the code above in your browser using DataLab