Add export graph to svg

This commit is contained in:
Oleg Sh
2022-07-02 13:42:20 +02:00
parent 9ea83bf875
commit 59b01bec36
20 changed files with 1348 additions and 9 deletions

View File

@@ -404,6 +404,12 @@ function postLoadPage()
userAction(this.id);
application.SetHandlerMode("savePrintGraphImage");
}
document.getElementById('SaveSvgGraphImage').onclick = function ()
{
userAction(this.id);
application.SetHandlerMode("saveSvgGraphImage");
}
document.getElementById('Zoom100').onclick = function ()
{