You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/07/01 12:19:30 UTC

[GitHub] [echarts] PVermeer commented on issue #11791: Chart resize is not correct in some case of flex box layout.

PVermeer commented on issue #11791:
URL: https://github.com/apache/echarts/issues/11791#issuecomment-1172287161

   Faced the same issue:
   Work around (simplified):
   
   ```ts
   new ResizeObserver(() => chart.resize()).observe(resizedElementByFlexbox);
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org