jQuery UI Widgets Forums Chart Piechart in a tab in a Window

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
  • Piechart in a tab in a Window #80492

    stollar
    Participant

    I have a pie-chart in a tab in a window, I am amusing an initTabContent function to ensure the pie gets displayed. However, the hover-tips on the pie don’t work and all I see is the white triangle without the text-display. In fact when I move the pie-chart out of the tabs, but leave it in the within the popup window I still do not see the tips.

    Piechart in a tab in a Window #80493

    stollar
    Participant

    More info on this:
    If I dismiss the window (press ESC) while the tool-tip is supposed to be visible (I can see the white triangle part of the tool-tip) then I see the tip just fine until it disappears on some timeout. This leads me to think it’s a z-order index problem for the tool-tip and it’s going behind the window.

    Piechart in a tab in a Window #80550

    ivailo
    Participant

    Hi stollar,

    You can change the z-index of the window with setting of zIndex property. The default value is 9001, so you can decrease it.
    You also can increase the z-index of the tooltip.
    To do this add to jqx-chart-tooltip-text class z-index bigger than window’s z-index.

    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.