hcslim-highcharter | R Documentation |
These functions help with swapping highcharter to hcslim in an existing application. See https://github.com/superchordate/hcslim for more detailed documentation and examples.
highchart()
hc_xAxis(options, ...)
hc_yAxis(options, ...)
hc_subtitle(options, ...)
hc_tooltip(options, ...)
hc_annotations(options, ...)
hc_caption(options, ...)
hc_chart(options, ...)
hc_colorAxis(options, ...)
hc_colors(options, ...)
hc_credits(options, ...)
hc_drilldown(options, ...)
hc_exporting(options, ...)
hc_labels(options, ...)
hc_legend(options, ...)
hc_mapNavigation(options, ...)
hc_motion(options, ...)
hc_navigator(options, ...)
hc_pane(options, ...)
hc_plotOptions(options, ...)
hc_rangeSelector(options, ...)
hc_responsive(options, ...)
hc_scrollbar(options, ...)
hc_size(options, ...)
hc_subtitle(options, ...)
hc_add_series(options, ...)
hc_add_series_list(options, listofseries)
renderHighchart(id, options, class = "chart", prettyjs = FALSE)
highchartOutput(id, height = NULL, width = NULL)
list_parse(x)
list_parse2(x)
hc_addoption(options, name, ...)
hc_addseries(options, series)
options |
Options list using standard Highcharts options and hc_markjs to mark Javascript code. |
Author: Bryce Chamberlain
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.