AmGraph-class {rAmCharts} | R Documentation |
AmGraph class
Description
Creates the visualization of the data in following types: line, column, step line, smoothed line, ohlc and candlestick.
Details
Run api("AmGraph")
for more details and all avalaible properties.
Slots
balloonText
character
. Balloon text. You can use tags like [[value]], [[description]], [[percents]], [[open]], [[category]] or any other field name from your data provider. HTML tags can also be used.title
character
. Graph title.type
character
. Type of the graph. Possible values are: "line", "column", "step", "smoothedLine", "candlestick", "ohlc". XY and Radar charts can only display "line" otherArguments graphs.valueField
character
. Name of the value field in your dataProvider.listeners
"list"
containining the listeners to add to the object. The list must be named as in the official API. Each element must be a character string. See examples for details.otherProperties
"list"
containing other avalaible properties not yet implemented in the package.value
numeric
.