Hi all,

Can any one guide me, how can i change hovertext in 'Stacked Column 3D'. I saw an option in API.txt file.
That is 'hovertext' key in attributes array.

'hoverText'      associative array specifying the hover text for each bar.
                 eg. 'my series name' => 'my hover text'

I didn't understand 'my series name' key in hovertext array. How can i use that attribute in my chart.

Case: Now hovertext shows like this
1. Completed, 1, 10
2. Pending, 1, 20

I need the above as,
1. Completed
1, 10
2. Pending
1, 20

How can i change the hover text using the API.

Thanks & Regards
Sarav.