Bar Tooltip is not working in the IE6 and chrome

Posted by Neha5 
Bar Tooltip is not working in the IE6 and chrome
March 08, 2010 11:00AM
Hi,

When I am applying the Tooltip option on the Bar graph.
Tooltip is only working in the Mozilla and not in the IE6 and chrome.

This is the code I am using

<script type="text/javascript">
var myData = new Array(['Received', 920], ['Verified', 349], ['Unverified', 230], ['Valid', 87], ['Invalid', 580], ['Correction', 15]);
var colors = ['#699500', '#ff7200', '#ffc600', '#a80000', '#de2500', '#009174'];
var myChart = new JSChart('graph', 'bar');
myChart.setDataArray(myData);
myChart.colorizeBars(colors);
myChart.setAxisNamehot smiley'');
myChart.setAxisNameY('');
myChart.setAxisColor('#000000');
myChart.setAxisNameFontSize(16);
myChart.setAxisNameColor('#999');
myChart.setAxisValuesColor('#000000');
myChart.setAxisWidth(1);
myChart.setBarValuesColor('#00344c');
myChart.setAxisPaddingTop(20);
myChart.setAxisPaddingRight(0);
myChart.setAxisPaddingLeft(29);
myChart.setBarBorderWidth(0.5);
myChart.setBarBorderColor('#c5c5c5');
myChart.setBarSpacingRatio(50);
myChart.setTitle ('');
myChart.setFlagRadius(5);
myChart.setTooltip(['Received', 'Received']);
myChart.setTooltipPosition('se');
myChart.setTooltipOffset(3);

myChart.setSize(370,290);
myChart.setBackgroundColor('#ffffff');
myChart.setGridColor('#ffffff');
myChart.draw();
</script>
Re: Bar Tooltip is not working in the IE6 and chrome
March 12, 2010 01:02PM
Odd... we can't reproduce the bug. Is there any Javascript error?

Sabin

--------------------
JS Charts - Created by Smartketer LLC
Sorry, you do not have permission to post/reply in this forum.