Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlik Sense Mash Up Zooming

Hi,

Is there any way to allow the Mash up object to zoom in and out (expand and shrink)?

The button normally at the top right of the object is not available in a mash up.

Thanks.

1 Solution

Accepted Solutions
ErikWetterberg

Hi,

In a mashup the mashup developer is responsible for sizing the visualizations on the page. It is quite possible to allow users to change the size of visualization either by doing this your self or by reusing some container that supports this. Make sure you call qlik.resize() method to tell the visualizations that their size have changed.

Erik

Please mark the appropriate replies as correct or helpful so our team and other members know that your question has been answered to your satisfaction.

View solution in original post

1 Reply
ErikWetterberg

Hi,

In a mashup the mashup developer is responsible for sizing the visualizations on the page. It is quite possible to allow users to change the size of visualization either by doing this your self or by reusing some container that supports this. Make sure you call qlik.resize() method to tell the visualizations that their size have changed.

Erik

Please mark the appropriate replies as correct or helpful so our team and other members know that your question has been answered to your satisfaction.