helgasoft commented on issue #19273:
URL: https://github.com/apache/echarts/issues/19273#issuecomment-1796363786
Maybe others may answer better for react native, I'm not familiar.
But if the issue is about **remote vs local** (or embedded) images then one
could use SVG :
```tooltip: { formatter: `<svg width="100px" height="100px"><path d="M 10,30
A 20,20 0,0,1 50,30 A 20,20 0,0,1 90,30 Q 90,60 50,90 Q 10,60 10,30 z"
/></svg>` }```
--
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]