Ovilia commented on issue #10478: URL: https://github.com/apache/echarts/issues/10478#issuecomment-3163168953
> [@Ovilia](https://github.com/Ovilia) Can we reopen this issue? I think the current implementation doesn't respect responsiveness as it forces you to set a fixed width and height on the table. Looking at this thread users have been complaining since five years about this behaviour. > > This issue is not resolved by workarounds with min-width or smth like AfterViewInit in Angular. So we are lacking options if we seek to have a responsive width, like a flexbox layout. > > If you won't fix this issue please provide a possibility to silence this warning since it it possible to see this warning and a perfectly fine sized chart. Sorry for missing the updates. We still think it's an unexpected behavior to call `echarts.init` with a dom without width/height and not providing width/height as parameters. What do you expect ECharts to do in this case? It doesn't matter if you are using a responsive design because you can always init the chart with current container size and call [chart.resize](https://echarts.apache.org/zh/api.html#echartsInstance.resize) later when container size changes. -- 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-unsubscr...@echarts.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org