mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-07-28 06:31:49 +00:00
Added "Download SVG" option
This commit is contained in:
@@ -47,6 +47,7 @@ if (browser && browser.name === 'ie') {
|
||||
<TopBar
|
||||
{...props}
|
||||
onPrint={() => chartViewRef && chartViewRef.print()}
|
||||
onDownloadSvg={() => chartViewRef && chartViewRef.downloadSvg()}
|
||||
/>
|
||||
)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user