powered by
Add toolbox interface.
e_toolbox_feature(e, feature, ...)e_toolbox(e, ...)
e_toolbox(e, ...)
An echarts4r object as returned by e_charts.
echarts4r
e_charts
Feature to add, defaults to all.
Any other option to pass, check See Also section.
https://ecomfe.github.io/echarts-doc/public/en/option.html#toolbox
# NOT RUN { USArrests %>% e_charts(UrbanPop) %>% e_line(Assault) %>% e_area(Murder, y.index = 1, x.index = 1) %>% e_datazoom(x.index = 0) # }
Run the code above in your browser using DataLab