amLegend {rAmCharts4} | R Documentation |
Legend
Description
Create a list of settings for a legend.
Usage
amLegend(
position = "bottom",
maxHeight = NULL,
scrollable = FALSE,
maxWidth = 220,
itemsWidth = 20,
itemsHeight = 20
)
Arguments
position |
legend position |
maxHeight |
maximum height for a horizontal legend
( |
scrollable |
whether a vertical legend should be scrollable |
maxWidth |
maximum width for a vertical legend
( |
itemsWidth |
width of the legend items |
itemsHeight |
height of the legend items |
Value
A list of settings for a legend.
[Package rAmCharts4 version 1.6.0 Index]