ia.ChartTip Class
Creates a data tip.
Constructor
ia.ChartTip
()
Methods
getHeight
()
Number
Returns the height of the tip container.
Returns:
Number:
The height.
getWidth
()
Number
Returns the width of the tip container.
Returns:
Number:
The width.
hide
()
Hides the tip.
position
(
-
x
-
y
Positions the tip.
Parameters:
-
x
NumberThe x position relative to the container.
-
y
NumberThe y position relative to the container.
show
()
Shows tip.
text
(
-
text
Sets the text.
Parameters:
-
text
StringThe text.