yswang0927 opened a new issue, #16898: URL: https://github.com/apache/echarts/issues/16898
### What problem does this feature solve? I want to get the actual width and height of chart Grid view, like the source code: ``` Grid.prototype.getRect = function () { return this._rect; }; ``` But, I not found some open api. The value of `mychart.getWidth()` is the DOM container width, not what I want. ### What does the proposed API look like? How can I get the actual width and height of chart Grid view??? -- 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.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