jQWidgets Forums

jQuery UI Widgets Forums Chart chart tooltip not hide

This topic contains 2 replies, has 2 voices, and was last updated by  ivailo 9 years, 2 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • chart tooltip not hide #82103

    Rajesh
    Participant

    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.

    chart tooltip not hide #82139

    Rajesh
    Participant

    hi All

    please help if have any solution

    Thanks,
    Rajesh

    chart tooltip not hide #82155

    ivailo
    Participant

    Hi Rajesh,

    You can use toolTipShowDelay and toolTipHideDelay properties to controll the tooltip in your case

    toolTipShowDelay: 1000,
    toolTipHideDelay: 1000,

    Here is a demo.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.