Hi Kiss,
Greetings from Syncfusion.
When exporting a Syncfusion chart with a locally referenced background image, the image may not appear in the exported output. This is because the chart is rendered using SVG or Canvas, and during export, only the chart content is serialized excluding any external or CSS-based background images.
The background Image property paints the image on the container during on-screen rendering, but it doesn’t embed the image within the chart’s SVG structure. As a result, when the chart is exported (typically by converting SVG to Canvas and then to PNG), the background image is lost.
Additionally, local file paths are inaccessible during export due to sandbox restrictions, and external image URLs may be blocked by CORS policies during the SVG-to-Canvas conversion.
Please let us know if you have any concerns.
Regards,
Abubucker Sittiq R