Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
jbrodmann
Partner - Contributor II
Partner - Contributor II

Visualization API - barchart not rendering since june 2019 update

Hello,

I can not create barchart visualizations since the latest update to June 2019 (from february 2019).

the Chart is created using an Aurelia frontend with the Visualzation API and a chart definition with the hypercube data, like this:

 

let myChartDef = { "qHyperCubeDef": ... }; // the barchart definition
this._qApp.getApp().visualization.create("barchart", [], myChartDef).then((visual) => 
	{
		visual.show("diagram-viewport");
	});

 

Then I get the following 404:

 

GET <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">http://10.0.0.70/qlik/resources/chunks/vendors~@qlik/bar-chart-ext~extensions/qliktech/boxplot~extensions/qliktech/distributionplot~extensi~ebaad128.12af0ccc6ff5675ae9c8.js</a> net::ERR_ABORTED 404 (Not Found)

 

And the resulting error:

 

Uncaught (in promise) Error: Loading chunk 4 failed.
(error: <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">http://10.0.0.70/qlik/resources/chunks/vendors~@qlik/bar-chart-ext~extensions/qliktech/boxplot~extensions/qliktech/distributionplot~extensi~ebaad128.12af0ccc6ff5675ae9c8.js</a>)
    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

 

 

This only happens while rendering barcharts, other visualizations like linecharts are still working.

Before the updade from the february 2019 version everything worked fine.

Does anybody have/had simmilar issues?

Best greetings,
Jens

Labels (3)
8 Replies
ErikWetterberg

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?

jbrodmann
Partner - Contributor II
Partner - Contributor II
Author

Unfortunately this is no cache problem. I testet in Chrome, Firefox and even IE is having the same issue (with cleared cache).

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.

mbj
Employee
Employee

I have the same issue with june 2019: `/meteor/resources/chunks/qlik-module.f17807b4f196771ca4f2.js` not found. in which meteor is my virtual proxy.

already cleared cache and cookies etc with chrome.

 

 

Anders-Fridell
Employee
Employee

This might be something for R&D to look into. Please file a bug report on this one.

mbj
Employee
Employee

Case 01728343 had been made:
Subject: mashup bug: chunks/qlik-module.
jbrodmann
Partner - Contributor II
Partner - Contributor II
Author

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.

I just fixed this and everything works now on June2019 update.

paulcalvet
Partner - Specialist
Partner - Specialist

Hello,
I have the same issue in my mashup.
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 https://www.chromestatus.com/feature/5745543795965952
There is no error but the page takes a long time to redered.
What do you change in your case ?
Thanks,
Paul
tauceef
Partner - Contributor III
Partner - Contributor III

Hi,

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. 

Regards, 

Tauceef