Learn R Programming

rAmCharts4 (version 1.6.0)

amColumn: Columns style

Description

Create a list of settings for the columns of a bar chart.

Usage

amColumn(
  color = NULL,
  opacity = NULL,
  strokeColor = NULL,
  strokeWidth = 4,
  cornerRadius = 8
)

Value

A list of settings for usage in amBarChart

or amHorizontalBarChart

Arguments

color

color of the columns; this can be a color adapter

opacity

opacity of the columns, a number between 0 and 1

strokeColor

color of the border of the columns; this can be a color adapter

strokeWidth

width of the border of the columns

cornerRadius

radius of the corners of the columns