<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Configuring Nebula.js Chart for Interactions Without Confirmation Popup in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Configuring-Nebula-js-Chart-for-Interactions-Without/m-p/2483289#M21304</link>
    <description>&lt;P&gt;Hey &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/81045"&gt;@cristian_dalsanto&lt;/a&gt;&lt;/SPAN&gt; , no you cannot bypass it if you are embedding native Qlik visualizations. Pop-up comes along with the Qlik visualizations. If you want to avoid confirmation step, you could use an extension/custom visualization.&lt;/P&gt;</description>
    <pubDate>Tue, 24 Sep 2024 14:47:50 GMT</pubDate>
    <dc:creator>alex_colombo</dc:creator>
    <dc:date>2024-09-24T14:47:50Z</dc:date>
    <item>
      <title>Configuring Nebula.js Chart for Interactions Without Confirmation Popup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Configuring-Nebula-js-Chart-for-Interactions-Without/m-p/2483202#M21302</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I am currently working on a mashup using Nebula.js to create a custom chart (specifically a treemap). The chart works as expected, but when I interact with it, as designed, the confirmation popup appears, asking me to confirm the selections.&lt;/P&gt;
&lt;P&gt;Is there a way to configure the chart or Nebula.js to allow interactions to be confirmed automatically, bypassing the confirmation popup?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cristian_dalsanto_0-1727175371922.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/172077iBD02905FC60BFDA7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cristian_dalsanto_0-1727175371922.png" alt="cristian_dalsanto_0-1727175371922.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I would like the selections to take effect immediately without requiring user confirmation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code is:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;async createViz() {

    const themes = [
      {
        id: 'myTheme',
        load: () =&amp;gt; Promise.resolve(senseCustomTheme),
      },
      {
        id: 'testTheme',
        load: () =&amp;gt; Promise.resolve(senseDefaultTheme),
      },
    ];

    const baseConfig = embed.createConfiguration({
      load: () =&amp;gt; Promise.resolve(treemap),
      types: [
        {
          name: "treemap",
          load: () =&amp;gt; Promise.resolve(treemap),
        }
      ],
      themes,
      context: {
        deviceType: 'touch',
        constraints: { select: false, active: false, passive: false },
        theme: "myTheme"
      },
    });

    const nebbie = baseConfig(this.qlikApp);

    const chart2DOMElement: any = document.querySelector('#chart-container-product-1');
    const createConfigChart2 = {
      id: '000-000-000-80d9-d2066e280a0b',
      element: chart2DOMElement
    };
    nebbie.render(createConfigChart2);

  }&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help or guidance would be greatly appreciated!&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;Cristian&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 10:57:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Configuring-Nebula-js-Chart-for-Interactions-Without/m-p/2483202#M21302</guid>
      <dc:creator>cristian_dalsanto</dc:creator>
      <dc:date>2024-09-24T10:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Nebula.js Chart for Interactions Without Confirmation Popup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Configuring-Nebula-js-Chart-for-Interactions-Without/m-p/2483289#M21304</link>
      <description>&lt;P&gt;Hey &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/81045"&gt;@cristian_dalsanto&lt;/a&gt;&lt;/SPAN&gt; , no you cannot bypass it if you are embedding native Qlik visualizations. Pop-up comes along with the Qlik visualizations. If you want to avoid confirmation step, you could use an extension/custom visualization.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 14:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Configuring-Nebula-js-Chart-for-Interactions-Without/m-p/2483289#M21304</guid>
      <dc:creator>alex_colombo</dc:creator>
      <dc:date>2024-09-24T14:47:50Z</dc:date>
    </item>
  </channel>
</rss>

