Export
12 Sep 20251 minute to read
The Export module is used to print and export the rendered chart.
Methods
export
Exports the chart or charts to the specified file format.
Returns void
getDataUrl
Gets the data URL of the chart or accumulation chart.
| Parameter | Type | Description |
|---|---|---|
| chart |
Chart | AccumulationChart
|
The chart or accumulation chart. |
Returns Object