AmBalloon-class {rAmCharts} | R Documentation |
AmBalloon class
Description
Creates the balloons (tooltips) of the chart. It follows the mouse cursor when you roll-over the data items. The framework generates the instances automatically, you just have to adjust the appearance to your needs.
Details
Run api("AmBalloon")
for more information and all avalaible properties.
Slots
adjustBorderColor
logical
. If TRUE, border color will be changed when user rolls-over the slice, graph, etc, instead of background color.color
character
. Balloon text color.cornerRadius
numeric
. Balloon corner radius.fillColor
character
. Balloon background color. It is usually defined by the chart itself. If "adjustBorderColor" is set to TRUE, the balloon background color will be equal to "fillColor".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. Inherited from AmObject.otherProperties
list
containing other avalaible properties not yet implemented in the package. Inherited from AmObject.value
numeric
. Inherited from AmObject.