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

How to capture the event of "zoom chart"

Hi Guys,

I've developed an extension that contains a table; I want my table to have a vertical scroll bar ; for that, I use this css code:

height: 200px;

overflow-y: auto;

For now, It's all good:

Capture.PNG

But now, if I zoom my chart (extension):

Capture.PNG

result:

Capture.PNG

But when zoomed, I don't want the scroll to appear after 200px; but rather after 400 px or so.

The question is; how to capture the "zoom" event? To do my condition on it?

If you know another way to add the scroll bar without specifying the height on px? like the by default Sense tables? I'll be all ears !

Thanks

5 Replies
OmarBenSalem
Author

mto‌, if you can provide some assistance with this; It'll be awesome.

Michael_Tarallo
Employee
Employee

Hi Omar - this is not my area of product expertise - I can tag a few people - but not sure if they can reply as soon as would be able to. Please be aware, tagging these individuals in the future may not always get you a response, so if urgent or if you are not getting anywhere with the Qlik Community - please continue to tag me. Thank you

bmzakllarsc‌ - is this something you can quickly assist Omar with? If not - can you recommend someone who can?

Thanks guys

Regards,
Mike Tarallo
Qlik
OmarBenSalem
Author

Thank you Michael.

ErikWetterberg

OmarBenSalem
Author

Already used that :

height: 100%;

overflow-y: auto;

Capture.PNG