andymchugh / andrewbmchugh-flow-panel

Apache License 2.0
38 stars 2 forks source link

localhost URL for svg file #121

Closed tonio760 closed 1 month ago

tonio760 commented 1 month ago

hello i tried to define local url for my svg file like this c:/myfolder/darkThemeSvg1.svg or with grafana folder "img" but that doesn't work

have you idea or suggestion ?

tanks for your answer

andymchugh commented 1 month ago

You'll need to use a global url or just paste the file content into the panel

tonio760 commented 1 month ago

thanks so it's not possible also with this "file:///C:/myfolder/svg_test.svg" best regards

andymchugh commented 1 month ago

Yup. Not possible. You need to paste content or use an https url as per the examples

tonio760 commented 1 month ago

thanks i have other mistake with svg file when i open with drawio but i open a new issue