hc_map.Rd
Highcharts Map
hc_map(
data = NULL,
map_data = NULL,
type = "map",
y = NULL,
map_join_by = NULL,
use_color_class = F,
download_map_data = T,
enable_navigation = TRUE,
title = NULL,
subtitle = NULL,
caption = NULL,
credits = NULL,
n_color_breaks = 10,
n_colors = 4,
color_axis_type = "linear",
color_type = NULL,
color_palette = NULL,
override_plot_options = NULL,
transformations = NULL,
theme_name = "better_unica",
label_parameters = NULL,
data_tooltip = NULL,
chart_in_chart_height = 225,
chart_in_chart_width = 400,
data_tooltip_params = NULL,
theme_custom = NULL,
annotations = NULL,
override_name = NULL,
disable_x = F,
disable_y = F,
override_series = NULL,
override_marker = NULL,
override_legend_location = NULL,
override_x_categories = NULL,
isolate_legend_group = F,
use_point_select = T,
zoom_type = c("xy"),
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,
...
)