LoginetSzgmate commented on issue #15823:
URL: https://github.com/apache/echarts/issues/15823#issuecomment-3481366866
For anyone looking for a better alternative, this is available:
```js
new echarts.graphic.Text({
style: {
text: 'Lorem Ipsum',
fontSize: 12, // optional
fontFamily: 'normal 12px Arial', // optional
fontWeight: 'normal', // optional
}
}).getBoundingRect()
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]