Codepen here: https://codepen.io/anon/pen/jdeQzp
Expected Behavior
This may be a silly expection, but;
I tried to also capture it in this Gif;
https://i.imgur.com/eZqR6lH.gif
What error message are you getting?
No Error Messages.
Additional
I was wondering, is there any way to force a re-check of the container size by calling some function?
Thanks for reporting the issue. The resize listener for the parent element was not firing for certain conditions. Just fixed it.
That's awesome.
Thanks for the quick reply and fix.
Do you have an ETA. for when this fix will be included in the latest package on npm? :)
Tomorrow :)
Still having this problem
haha i just solved this from a very hillarious way, in my case, when i open the drawer the first chart doesnt resizes correctly but the other do it, so in order to have a first 'phantom' chart, i just put it inside my flexbox and css it with display:'none', now everthing is working correctly, I know is not the best soluction but since there is not a solution i just well, figured it out from that way.
I'm also having this issue, what's the best way to reslove
Most helpful comment
Still having this problem