Developer Reference / @visdesignlab/upset2-react / downloadSVG
Function: downloadSVG()
downloadSVG(
filename
):void
Defined in: utils/downloads.ts:5
Downloads an SVG file of the current UpSet plot.
Parameters
filename
string
= ...
The name of the downloaded file. Defaults to "upset-plot-[current date]".
Returns
void