Angular-gridster2: resize not resizing inner childs

Created on 1 Apr 2019  路  5Comments  路  Source: tiberiuzuld/angular-gridster2

When resizeing a widget, the resize of the window does not get called. This results in child components and libraries like NGX-charts to not resize until after the user resizes the screen. Is there something im missing, and if so, how should i fix this?

question

Most helpful comment

Could anyone please point me to an example of this in action with ngx-charts? Thanks!

All 5 comments

Hi @moepkid ,
Window resize is called only when you resize the window by the browser.
If you want to resize child components when the widget is resized you should listen to the itemResizeCallback.

Could anyone please point me to an example of this in action with ngx-charts? Thanks!

same need with ngx-charts

+1 , i'am facing same issue for Kendo charts as well as my normal html text. I have got it working here, but since my application is componentized, i'm not able to get the id of the sub div element

https://stackblitz.com/edit/tiberiuzuld-angular-gridster2-kdnkbt

Did anyone get anything on this?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tiberiuzuld picture tiberiuzuld  路  3Comments

marco-martins picture marco-martins  路  4Comments

dhaniksahni picture dhaniksahni  路  4Comments

dnbo picture dnbo  路  4Comments

samarsiraj picture samarsiraj  路  3Comments