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:
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:
.
It's being thrown in Vizlib Barchart.
Best regards