br_charts_theme.Rd
BR charts theme
br_charts_theme(
base_family = "",
base_font_size = 9,
base_stroke = 1,
margin = 1,
get_fonts = control_fonts,
get_colors = colfun()[["control_palettes"]],
axis_text_x = ggplot2::element_text(colour = black),
axis_line = ggplot2::element_line(colour = black, size = stroke_size),
axis_title_y = ggplot2::element_text(),
axis_text_y_left = ggplot2::element_text(margin = ggplot2::margin(t = 0, r = spacing/2,
l = 0, b = 0, unit = "pt")),
legend_position = "top",
panel_grid_minor = ggplot2::element_line(colour = grey_2, size = stroke_size/2,
linetype = "dashed"),
panel_grid_major = ggplot2::element_line(colour = grey_2, size = stroke_size/2,
linetype = "dashed"),
...
)
font
(unit)
Font-size of normal paragraph text.
(unit)
line thickness
(unit)
margin around entire plot (unit with the sizes of the
top, right, bottom, and left margins)
fonts
colors
tick labels along axes
all line elements
labels of axes
tick labels along axes
position
grid lines
grid lines
Additional arguments passed to other methods.
theme for chart