jQuery UI Widgets Forums Chart hover on Xlabels

This topic contains 1 reply, has 2 voices, and was last updated by  svetoslav_borislavov 1 year, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • hover on Xlabels #132849

    Awais
    Participant

    i want to show a tooltip for x axis values when i hover on the x labels the x axis values should show in that tooltip.

    hover on Xlabels #132851

    Hi,

    To add a tooltip on the x-axis values, you may set a class for the text element of the labels, then use the jqxTooltip function to add a tooltip.
    You may customize the tooltips by first selecting all of the elements with the class and then with some custom logic set unique ids with unique content of the tooltip.

    Here is an example: http://jsfiddle.net/zhep5qg7/3/
    I hope this helps!

    Best regards,
    Svetoslav Borislavov

    jQWidgets Team
    https://www.jqwidgets.com/

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

You must be logged in to reply to this topic.