Description Usage Arguments Examples
Add zoom feature.
1 2  | etoolbox_zoom(p, show = TRUE, title = list(dataZoom = "Area Zoom",
  dataZoomReset = "Reset"))
 | 
p | 
 an echart object.  | 
show | 
 whether to show zoom.  | 
title | 
 button title.  | 
1 2 3 4 5  | mtcars %>%
  echart(qsec) %>%
  ebar(mpg) %>%
  etoolbox() %>%
  etoolbox_zoom()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.