Skip to contents

Plot bullet charts (highcharts)

Usage

plot_bullet(data, horizontal = TRUE, ...)

Arguments

data

input data

horizontal

boolean orientation

...

Arguments passed on to hc_themed

hc

a highchart object

title

chart title

subtitle

chart subtitle

label

optional annotation

base_font

default font for all chart elements

axes

show axes (default: TRUE)

exporting

include chart export menu (default: TRUE)

credits

include credits (default: FALSE)

Examples

data <- DATA[iso3=="mli" & sheet=="sheet1" & period=="year"]
plot_bullet(data)