ChartCursor-class {rAmCharts} | R Documentation |
ChartCursor class
Description
Creates a cursor for the chart which follows the mouse movements. In case of AmSerialChart charts it shows the balloons of hovered data points.
Details
Run api("ChartCursor")
for more information and all avalaible properties.
Slots
oneBalloonOnly
logical
. If TRUE, border color will be changed when user rolls-over the slice, graph, etc, instead of background color.valueLineAxis
list
. Properties of Axis of value line. If you set valueLineBalloonEnabled to true, but you have more than one axis, you can use this property to indicate which axis should display balloon.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.otherProperties
list
containing other avalaible properties not yet implemented in the package.value
numeric
.
Author(s)
datastorm-open