Tooltip pieChart

Posted by solanoluz 
Tooltip pieChart
February 27, 2009 10:53AM
I cant make the tooltip work on the pieChart. The syntax is correct "myChart.setTooltip(['label', 'tooltip_content']);".

Thanks.
Re: Tooltip pieChart
March 02, 2009 06:19AM
Actually the 'label' should be the 'name' of the pie section. For example:
...
myChart.setDataArray([['pie_section_1', 20], ['pie_section_2', 10]]);
myChart.setTooltip(['pie_section_1', 'tooltip_content']);
...

Sabin

--------------------
JS Charts - Created by Smartketer LLC
Re: Tooltip pieChart
April 28, 2009 01:51PM
When I am trying to set a tool tip for the pie chart, I have the Actual label name for the first parameter and the tool tip text for the second parameter and all I get is a red circle in the middle of the pie slice -- also it works in firefox but does not in internet explorer



Edited 1 time(s). Last edit at 04/28/2009 02:06PM by squints.
Sorry, you do not have permission to post/reply in this forum.