| 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
adjustBorderColorlogical. If TRUE, border color will be changed when user rolls-over the slice, graph, etc, instead of background color.colorcharacter. Balloon text color.cornerRadiusnumeric. Balloon corner radius.fillColorcharacter. 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".listenerslistcontainining 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.otherPropertieslistcontaining other avalaible properties not yet implemented in the package. Inherited from AmObject.valuenumeric. Inherited from AmObject.