hc_munge.Rd
Munge Highcharts Base Inputs
hc_munge(
hc = NULL,
type = NULL,
title = NULL,
subtitle = NULL,
caption = NULL,
credits = NULL,
transformations = NULL,
theme_name = "clean_unica",
theme_custom = NULL,
annotations = NULL,
disable_x = F,
disable_y = F,
override_series = NULL,
override_marker = NULL,
override_plot_options = NULL,
override_legend_location = NULL,
label_parameters = NULL,
override_x_categories = NULL,
isolate_legend_group = F,
invert_chart = F,
use_point_select = T,
zoom_type = c("xy"),
data_tooltip = NULL,
chart_in_chart_height = 225,
chart_in_chart_width = 400,
data_tooltip_params = NULL,
override_x_label = NULL,
override_y_label = NULL,
override_x_format = NULL,
override_y_format = NULL,
override_x_text = NULL,
override_y_text = NULL,
share_tooltip = F,
use_shadow = F,
is_polar = F,
boost = F,
disable_legend = F,
legend_font_size = NULL,
element_id_text = NULL,
axis_scrollbars = NULL,
x_min_max = NULL,
y_min_max = NULL,
transparent_tooltip = F,
use_range_selector = F,
export = F,
stacking = NULL,
use_stock = F,
disable_inactive = F,
disable_opacity = 0,
...
)