<?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 Visualization API - barchart not rendering since june 2019 update in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Visualization-API-barchart-not-rendering-since-june-2019-update/m-p/1602221#M10971</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I can not create barchart visualizations since the latest update to June 2019 (from february 2019).&lt;/P&gt;&lt;P&gt;the Chart is created using an Aurelia frontend with the Visualzation API and a chart definition with the hypercube data, like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;let myChartDef = { "qHyperCubeDef": ... }; // the barchart definition
this._qApp.getApp().visualization.create("barchart", [], myChartDef).then((visual) =&amp;gt; 
	{
		visual.show("diagram-viewport");
	});&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I get the following 404:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;GET &amp;lt;a href="http://10.0.0.70/qlik/resources/chunks/vendors~@qlik/bar-chart-ext~extensions/qliktech/boxplot~extensions/qliktech/distributionplot~extensi~ebaad128.12af0ccc6ff5675ae9c8.js" target="_blank"&amp;gt;http://10.0.0.70/qlik/resources/chunks/vendors~@qlik/bar-chart-ext~extensions/qliktech/boxplot~extensions/qliktech/distributionplot~extensi~ebaad128.12af0ccc6ff5675ae9c8.js&amp;lt;/a&amp;gt; net::ERR_ABORTED 404 (Not Found)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the resulting error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Uncaught (in promise) Error: Loading chunk 4 failed.
(error: &amp;lt;a href="http://10.0.0.70/qlik/resources/chunks/vendors~@qlik/bar-chart-ext~extensions/qliktech/boxplot~extensions/qliktech/distributionplot~extensi~ebaad128.12af0ccc6ff5675ae9c8.js" target="_blank"&amp;gt;http://10.0.0.70/qlik/resources/chunks/vendors~@qlik/bar-chart-ext~extensions/qliktech/boxplot~extensions/qliktech/distributionplot~extensi~ebaad128.12af0ccc6ff5675ae9c8.js&amp;lt;/a&amp;gt;)
    at Function.e (eval at globalEval (aurelia.js:NaN), :7:4909)
    at f (qlik-module.f17807b4f196771ca4f2.js:8)
    at qlik-module.f17807b4f196771ca4f2.js:8
    at new Promise ()
    at Object.m [as loadExtension] (qlik-module.f17807b4f196771ca4f2.js:8)
    at f (qlik-module.f17807b4f196771ca4f2.js:8)
    at ExtensionType.e [as getExtensionType] (qlik-module.f17807b4f196771ca4f2.js:8)
    at Object.n [as getExtensionType] (qlik-module.f17807b4f196771ca4f2.js:8)
    at Object.s [as createProperties] (qlik-module.f17807b4f196771ca4f2.js:8)
    at qlik-module.f17807b4f196771ca4f2.js:8&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This only happens while rendering barcharts, other visualizations like linecharts are still working.&lt;/P&gt;&lt;P&gt;Before the updade from the february 2019 version everything worked fine.&lt;/P&gt;&lt;P&gt;Does anybody have/had simmilar issues?&lt;/P&gt;&lt;P&gt;Best greetings,&lt;BR /&gt;Jens&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 05:17:01 GMT</pubDate>
    <dc:creator>jbrodmann</dc:creator>
    <dc:date>2024-11-16T05:17:01Z</dc:date>
    <item>
      <title>Visualization API - barchart not rendering since june 2019 update</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Visualization-API-barchart-not-rendering-since-june-2019-update/m-p/1602221#M10971</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I can not create barchart visualizations since the latest update to June 2019 (from february 2019).&lt;/P&gt;&lt;P&gt;the Chart is created using an Aurelia frontend with the Visualzation API and a chart definition with the hypercube data, like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;let myChartDef = { "qHyperCubeDef": ... }; // the barchart definition
this._qApp.getApp().visualization.create("barchart", [], myChartDef).then((visual) =&amp;gt; 
	{
		visual.show("diagram-viewport");
	});&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I get the following 404:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;GET &amp;lt;a href="http://10.0.0.70/qlik/resources/chunks/vendors~@qlik/bar-chart-ext~extensions/qliktech/boxplot~extensions/qliktech/distributionplot~extensi~ebaad128.12af0ccc6ff5675ae9c8.js" target="_blank"&amp;gt;http://10.0.0.70/qlik/resources/chunks/vendors~@qlik/bar-chart-ext~extensions/qliktech/boxplot~extensions/qliktech/distributionplot~extensi~ebaad128.12af0ccc6ff5675ae9c8.js&amp;lt;/a&amp;gt; net::ERR_ABORTED 404 (Not Found)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the resulting error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Uncaught (in promise) Error: Loading chunk 4 failed.
(error: &amp;lt;a href="http://10.0.0.70/qlik/resources/chunks/vendors~@qlik/bar-chart-ext~extensions/qliktech/boxplot~extensions/qliktech/distributionplot~extensi~ebaad128.12af0ccc6ff5675ae9c8.js" target="_blank"&amp;gt;http://10.0.0.70/qlik/resources/chunks/vendors~@qlik/bar-chart-ext~extensions/qliktech/boxplot~extensions/qliktech/distributionplot~extensi~ebaad128.12af0ccc6ff5675ae9c8.js&amp;lt;/a&amp;gt;)
    at Function.e (eval at globalEval (aurelia.js:NaN), :7:4909)
    at f (qlik-module.f17807b4f196771ca4f2.js:8)
    at qlik-module.f17807b4f196771ca4f2.js:8
    at new Promise ()
    at Object.m [as loadExtension] (qlik-module.f17807b4f196771ca4f2.js:8)
    at f (qlik-module.f17807b4f196771ca4f2.js:8)
    at ExtensionType.e [as getExtensionType] (qlik-module.f17807b4f196771ca4f2.js:8)
    at Object.n [as getExtensionType] (qlik-module.f17807b4f196771ca4f2.js:8)
    at Object.s [as createProperties] (qlik-module.f17807b4f196771ca4f2.js:8)
    at qlik-module.f17807b4f196771ca4f2.js:8&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This only happens while rendering barcharts, other visualizations like linecharts are still working.&lt;/P&gt;&lt;P&gt;Before the updade from the february 2019 version everything worked fine.&lt;/P&gt;&lt;P&gt;Does anybody have/had simmilar issues?&lt;/P&gt;&lt;P&gt;Best greetings,&lt;BR /&gt;Jens&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Visualization-API-barchart-not-rendering-since-june-2019-update/m-p/1602221#M10971</guid>
      <dc:creator>jbrodmann</dc:creator>
      <dc:date>2024-11-16T05:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Visualization API - barchart not rendering since june 2019 update</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Visualization-API-barchart-not-rendering-since-june-2019-update/m-p/1602653#M10979</link>
      <description>&lt;P&gt;This could happen if there is an older version cached somewhere. Have you cleared the browser cache? Does this happen on all browsers and all clients?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 10:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Visualization-API-barchart-not-rendering-since-june-2019-update/m-p/1602653#M10979</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2019-07-16T10:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Visualization API - barchart not rendering since june 2019 update</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Visualization-API-barchart-not-rendering-since-june-2019-update/m-p/1602695#M10980</link>
      <description>&lt;P&gt;Unfortunately this is no cache problem. I testet in Chrome, Firefox and even IE is having the same issue (with cleared cache).&lt;/P&gt;&lt;P&gt;I also tried to create a new Barchart in Qlik Sense Hub and used it's Hypercube definition to create it via the visualization API, but got the same issue.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 12:40:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Visualization-API-barchart-not-rendering-since-june-2019-update/m-p/1602695#M10980</guid>
      <dc:creator>jbrodmann</dc:creator>
      <dc:date>2019-07-16T12:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Visualization API - barchart not rendering since june 2019 update</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Visualization-API-barchart-not-rendering-since-june-2019-update/m-p/1628155#M11389</link>
      <description>&lt;P&gt;I have the same issue with june 2019: `&lt;SPAN&gt;/meteor/resources/chunks/qlik-module.f17807b4f196771ca4f2.js` not found. in which meteor is my virtual proxy.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;already cleared cache and cookies etc with chrome.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 14:03:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Visualization-API-barchart-not-rendering-since-june-2019-update/m-p/1628155#M11389</guid>
      <dc:creator>mbj</dc:creator>
      <dc:date>2019-09-25T14:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Visualization API - barchart not rendering since june 2019 update</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Visualization-API-barchart-not-rendering-since-june-2019-update/m-p/1629085#M11408</link>
      <description>&lt;P&gt;This might be something for R&amp;amp;D to look into. Please file a bug report on this one.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 13:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Visualization-API-barchart-not-rendering-since-june-2019-update/m-p/1629085#M11408</guid>
      <dc:creator>Anders-Fridell</dc:creator>
      <dc:date>2019-09-27T13:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Visualization API - barchart not rendering since june 2019 update</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Visualization-API-barchart-not-rendering-since-june-2019-update/m-p/1629112#M11409</link>
      <description>Case 01728343 had been made:&lt;BR /&gt;Subject: mashup bug: chunks/qlik-module.&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Sep 2019 13:47:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Visualization-API-barchart-not-rendering-since-june-2019-update/m-p/1629112#M11409</guid>
      <dc:creator>mbj</dc:creator>
      <dc:date>2019-09-27T13:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Visualization API - barchart not rendering since june 2019 update</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Visualization-API-barchart-not-rendering-since-june-2019-update/m-p/1630411#M11430</link>
      <description>&lt;P&gt;Sorry for the delay, I found the failure in my case. Some of the new chunks that have to be provided were filtered by our webserver because of theire name.&lt;/P&gt;&lt;P&gt;I just fixed this and everything works now on June2019 update.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2019 10:40:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Visualization-API-barchart-not-rendering-since-june-2019-update/m-p/1630411#M11430</guid>
      <dc:creator>jbrodmann</dc:creator>
      <dc:date>2019-10-02T10:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Visualization API - barchart not rendering since june 2019 update</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Visualization-API-barchart-not-rendering-since-june-2019-update/m-p/1630941#M11439</link>
      <description>Hello,&lt;BR /&gt;I have the same issue in my mashup.&lt;BR /&gt;distributionplot~extensi~ebaad128.12af0ccc6ff5675ae9c8.js:8 [Violation] Added non-passive event listener to a scroll-blocking 'wheel' event. Consider marking event handler as 'passive' to make the page more responsive. See &lt;A href="https://www.chromestatus.com/feature/5745543795965952" target="_blank"&gt;https://www.chromestatus.com/feature/5745543795965952&lt;/A&gt;&lt;BR /&gt;There is no error but the page takes a long time to redered.&lt;BR /&gt;What do you change in your case ?&lt;BR /&gt;Thanks,&lt;BR /&gt;Paul</description>
      <pubDate>Thu, 03 Oct 2019 09:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Visualization-API-barchart-not-rendering-since-june-2019-update/m-p/1630941#M11439</guid>
      <dc:creator>paulcalvet</dc:creator>
      <dc:date>2019-10-03T09:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Visualization API - barchart not rendering since june 2019 update</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Visualization-API-barchart-not-rendering-since-june-2019-update/m-p/1681137#M12414</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Any update on this case? We are also facing issue with Bar charts in our mashup. We have to clear our browser cache multiple times to load all the bar charts of our dashboards which is very annoying sometimes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tauceef&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 06:23:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Visualization-API-barchart-not-rendering-since-june-2019-update/m-p/1681137#M12414</guid>
      <dc:creator>tauceef</dc:creator>
      <dc:date>2020-03-03T06:23:45Z</dc:date>
    </item>
  </channel>
</rss>

