I have complicated problem. I am trying to build customizable dashboard. On one page will be view with charts (I am using amcharts 5). Charts should be resizeable - for this purpose I am using React-Grid-Layout. I want to achieve resizeable charts - should fill container, doesn't matter how big will be. But I can't. I can change size of cell, but charts still has sam size (or change only width). I tried with some custom hooks, forward ref passed to Graph element, width.clientHeight and much more. I tried flows:
Thanks in advance guys. Cheers.