Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

amLegend

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 (position = "bottom" or position = "top")

scrollable

whether a vertical legend should be scrollable

maxWidth

maximum width for a vertical legend (position = "left" or position = "right"); set it to NULL for no limit

itemsWidth

width of the legend items

itemsHeight

height of the legend items

Value

A list of settings for a legend.


rAmCharts4

Interface to the JavaScript Library 'amCharts 4'

v1.3.1
GPL-3
Authors
Stéphane Laurent [aut, cre], Antanas Marcelionis [ctb, cph] ('amCharts' library (https://www.amcharts.com/)), Terence Eden [ctb, cph] ('SuperTinyIcons' library (https://github.com/edent/SuperTinyIcons/)), Tom Alexander [ctb, cph] ('regression-js' library (https://github.com/Tom-Alexander/regression-js))
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.