Search results

ExportUtils API in Vue Smith Chart API component

Annotation Module handles the Annotation for Maps

Methods

export

To export the file as image/svg format.

Parameter Type Description
exportType SmithchartExportType export type
fileName string export file name
orientation (optional) PdfPageOrientation orientation of the page

Returns void

print

To print the Maps

Parameter Type Description
elements (optional) string[] | string | Element html element

Returns void

triggerDownload

To trigger the download element.

Parameter Type Description
fileName string export file name
exportType SmithchartExportType export type
url string file url
isDownload boolean download

Returns void