Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We integrate charts from a QlikView document hosted on a QlikView 12 webserver into our web applications using the QlikView Ajax Client (QvAjax.js, version 12.87.0).
Our HTML code for embedding the charts looks like this:
To initialize the QlikView charts, we use javascript like this::
This works well. However, we encounter an issue: the grid graphs have a vertical scroll bar, but the ListBox graphs do not.
Here is an example of our ListBox implementation (see attachement: listbox_no_vertical_scrollbar.png):
And here is an example of our Grid implementation (see attachement: grid_with_vertical_scrollbar.png):
Any insights or solutions to resolve the scrollbar issue for the ListBox graphs would be greatly appreciated.
Thank you!