Hi All,
We are implement barchart and we are used folowing function for hide tooltip on mousout of bar
groups[0].mouseout = function (e) {
var chartInstance = $(“#mychart”).jqxChart(‘getInstance’);
chartInstance.hideToolTip(
000 /* hide after 1 second, optional parameter */
);
}
}
it’s working fine normally but when i click on particular bar and then mousout then not works it show tooltip insted of hide but again when i mous over and mousout its works as expected but after click on bar not work ..
hope u understand my problem..
Please Reply ASAP..
Thanks,
Rajesh.