dapar_hc_chart | R Documentation |
Customised resetZoomButton of highcharts plots
dapar_hc_chart(hc, chartType, zoomType = "None", width = 0, height = 0)
hc |
A highcharter object |
chartType |
The type of the plot |
zoomType |
The type of the zoom (one of "x", "y", "xy", "None") |
width |
xxx |
height |
xxx |
A highchart plot
Samuel Wieczorek
library("highcharter") hc <- highchart() hc <- dapar_hc_chart(hc, chartType='line', zoomType='x') hc_add_series(hc, data = c(29, 71, 40))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.