qlik-demo-team / qdt-components

React Components to be used with Angular 10, React 16 and Vue 2. Connects with the Capability API and Engine API.
MIT License
92 stars 50 forks source link

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

Open Zokor opened 4 years ago

Zokor commented 4 years ago

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