<?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 D3 charts in mashup in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/D3-charts-in-mashup/m-p/1056303#M4454</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to build a mashup in Qlik Sense. All the default sense charts work fine, but the D3 charts won't load. They work fine in Qlik, but not in the mashup. I get the following error for each chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;require.js:567 GET &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://[url]/extensions/parallelcoordinates/parallelcoordinates" rel="nofollow" target="_blank"&gt;http://[url]/extensions/parallelcoordinates/parallelcoordinates&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;STRONG style="text-decoration: underline;"&gt;css.js&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;require.js:73 Uncaught Error: Script error for: extensions/parallelcoordinates/parallelcoordinates.css&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't get why in the mashup, require.js is looking for a .css.js file instead of loading the appropriate css file. I know that requirejs/text is already in the minified version of the require.js in C:\Program Files\Qlik\Sense\Client\assets\external\requirejs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Mar 2016 12:22:12 GMT</pubDate>
    <dc:creator>maxim1500</dc:creator>
    <dc:date>2016-03-23T12:22:12Z</dc:date>
    <item>
      <title>D3 charts in mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/D3-charts-in-mashup/m-p/1056303#M4454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to build a mashup in Qlik Sense. All the default sense charts work fine, but the D3 charts won't load. They work fine in Qlik, but not in the mashup. I get the following error for each chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;require.js:567 GET &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://[url]/extensions/parallelcoordinates/parallelcoordinates" rel="nofollow" target="_blank"&gt;http://[url]/extensions/parallelcoordinates/parallelcoordinates&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;STRONG style="text-decoration: underline;"&gt;css.js&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;require.js:73 Uncaught Error: Script error for: extensions/parallelcoordinates/parallelcoordinates.css&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't get why in the mashup, require.js is looking for a .css.js file instead of loading the appropriate css file. I know that requirejs/text is already in the minified version of the require.js in C:\Program Files\Qlik\Sense\Client\assets\external\requirejs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 12:22:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/D3-charts-in-mashup/m-p/1056303#M4454</guid>
      <dc:creator>maxim1500</dc:creator>
      <dc:date>2016-03-23T12:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: D3 charts in mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/D3-charts-in-mashup/m-p/1056304#M4455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found the issue. In my require.config, I added the port number 443 with https in the base url. The module requirejs\text checks for Xhr and compares the port number, the url and the protocol with the one returned from the browser. Since t&lt;SPAN style="font-size: 13.3333px;"&gt;he browser automatically removes this port when using https&lt;/SPAN&gt;, 443 did not match with undefined, and it was considered cross-site. I simply removed the port in my baseUrl, and everything is now working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 13:57:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/D3-charts-in-mashup/m-p/1056304#M4455</guid>
      <dc:creator>maxim1500</dc:creator>
      <dc:date>2016-03-23T13:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: D3 charts in mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/D3-charts-in-mashup/m-p/1056305#M4456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm also trying to import the D3 chart in Qlik Sense mashup.Can you&amp;nbsp; send me&amp;nbsp; the github url &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 09:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/D3-charts-in-mashup/m-p/1056305#M4456</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-16T09:38:31Z</dc:date>
    </item>
  </channel>
</rss>

