Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi community,
i have this line of code in my mashup
<div id="QV02" opt=nointeraction style="position: absolute; top: 50px; left: 320px; width: 400px; height: 200px;" class="qvobject"></div>
but i can still interact with this chart on the webpage and in preview.
where is my fault, hope u can help
-Eric
If we put a pie chart at QV02, and then the pie chart will not interact on the mashup page, is it right?
Thanks!
app.getObject('QV02','SQzYvHD', {"noInteraction": true});
Hi,
I used this so i can click and link to another page. And yes with the nointeraction true u just have the chart with no selection,etc.
u can also check out single configurator. There u can get the url with these options.
Also there are
disable selection
disable interaction
and disable animation.
The Disable selections option is, by default, disabled in the Single configurator.
The Disable interaction option is, by default, enabled in the Single configurator.
(copied from help.qlik.com in Single configurator https://help.qlik.com/en-US/sense-developer/3.0/Subsystems/Dev-Hub/Content/SingleConfigurator/dev-hu...)