@kanunilabs/datagrid-enterprise
@kanunilabs/datagrid-enterprise / serializeChartSvg
Function: serializeChartSvg()
serializeChartSvg(
svg,options?):string
A standalone copy of the live chart SVG.
Exported on its own because both formats need it and because it is the piece worth testing: PNG is a canvas draw on top of exactly this.
Parameters
svg
SVGSVGElement
options?
ChartExportOptions = {}
Returns
string