You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: