Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Graph in UI tabular menu not displayed in mashup

Hai,

I have placed a horizontal UI tab menu in mashup . There are two tabs in this menu.First tab shows data in tables.

Second tab shows a graph. First time when the page is loaded first tab table will be filled. 

But when click on second tab graph is not showing.But when I press F12 or F11 , graph will be shown.Can anyone help me. Why graph is not displayed when clicking tab

1 Reply
Not applicable
Author

I got solution. Use this below code in js file

  $("#tabs").click(function() {var current_index = $("#tabs").tabs("option","active"); 

if(current_index !=0){qlik.resize();}

});