jQuery UI Widgets Forums Chart tooltip formatting issue

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 12 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • tooltip formatting issue #8150

    kamal sharma
    Member

    Hi,

    In jQwidgets charts, legend Name also shows in tooltip. but i want different name on place of legend name in tooltip, is this possible in charts?

    we are using formatfunction for y axis values ,  is this possible to format legend name in tooltip? please help.

    Best Regards,
    kamal sharma

    tooltip formatting issue #8157

    Dimitar
    Participant

    Hello kamal sharma,

    It is not possible to remove the name of the element in the legend from the tooltip. However, you can change the name by changing the property displayText as shown:

    series: [
    { dataField: 'Keith', displayText: 'Keith's results' },
    { dataField: 'Erica', displayText: 'Erica's results' },
    { dataField: 'George', displayText: 'George's results' }
    ]

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.