BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
$("#diagram").ejDiagram({
//setting pagebackgroundcolor as transparent
pageSettings: { pageBackgroundColor: "transparent" },
});
Help documentation link:http://help.syncfusion.com/js/diagram/page-settings
JSPlayground link:http://jsplayground.syncfusion.com/ccqpdekw
Also if you need to hide the gridlines, please follow the below code example.
Code example:
$("#diagram").ejDiagram({
//hiding the gridlines
snapSettings:{snapConstraints:ej.datavisualization.Diagram.SnapConstraints.All &~ ej.datavisualization.Diagram.SnapConstraints.ShowLines},
});
Regards,
Shyam G
We have considered the requirement “ Issue in exporting diagram background image in canvas” as a bug and have logged a report on this. The fix will be included in our Volume 1 Service Pack 1 which has been scheduled to be rolled out by the end of April, 2016.
Regards,
Shyam G