Draw a bar range plot with labels on each end.
Usage
e_barRange(
e,
lower,
upper,
name = "barRange",
legend = TRUE,
y_index = 0,
x_index = 0,
barWidth = 10,
borderRadius = 5,
margin = 10,
textSymbol = "F",
...
)Arguments
- e
An
echarts4robject as returned bye_chartsor a proxy as returned byecharts4rProxy.- lower, upper
series of lower and upper borders of the band
- name
name of the serie.
- legend
Whether to add serie to legend.
- x_index, y_index
Indexes of x and y axis.
- barWidth
width of each bar
- borderRadius
roundness of the bar ends
- margin
space between the text labels and the bar
- textSymbol
string for the label to end with
- ...
additional options
