Create an action on a plot where a tooltip is shown when hovering over an element.
| Parameter | Type | Description |
|---|---|---|
| chart | dojox/charting/Chart | The chart this action belongs to. |
| plot | String |
Optional The plot this action is attached to. If not passed, "default" is assumed. |
| kwArgs | Object |
Optional Optional keyword arguments object for setting parameters. |
| Parameter | Type | Description |
|---|---|---|
| tooltipText | undefined |
| Parameter | Type | Description |
|---|---|---|
| obj | undefined | |
| rect | undefined | |
| position | undefined |
Do any cleanup needed when destroying parent elements.
Disconnect this action from the given plot, if connected.
| Parameter | Type | Description |
|---|---|---|
| type | undefined | |
| listener | undefined |
Process the action on the given object.
| Parameter | Type | Description |
|---|---|---|
| o | dojox/gfx/shape.Shape | The object on which to process the highlighting action. |