# NOT RUN {
iris %>%
c3(x = 'Sepal_Length', y = 'Sepal_Width', group = 'Species') %>%
c3_scatter() %>%
grid('y') %>%
grid('x', show = FALSE, lines = data.frame(value=c(5, 6),
text= c('Line 1', 'Line 2')))
# }
Run the code above in your browser using DataLab