Search results

Export API in Vue Chart API component

ExportModule 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