2👍
✅
Have you tried <object type="image/svg+xml" data="/url_to_graph"></object>
?
<img src="/url_to_graph"/>
should work.
Are you able to see the svg
file with other applications?
My guess is that the file is correctly generated, but the webserver is sending them with an incorrect mime-type
.
Source:stackexchange.com