qlik-demo-team/qdt-components

qtd-components.js gives error on resize Vizlib components - Vizlib Barchart

Zokor opened this issue · 0 comments

Zokor commented

Hi guys,

When resizing the vizlib components it throwns an error in here:

var resize = function resize() {
qViz.resize();
};

ERROR TypeError: Cannot read property 'resize' of null

In 1.3.28 version of qtd-component this error doesn't happen, but the same issue happens, the horizontal scroll on this type of charts doesn't work well, it's shortened a lot to a square:

Capture
.

It's being thrown in Vizlib Barchart.

Best regards