plot_bullet: Plot bullet charts (highcharts)

plot_bulletR Documentation

Plot bullet charts (highcharts)

Description

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)


mbacou/WADashboard documentation built on Jan. 3, 2023, 6:21 p.m.