IExportHTMLOptions

Type interface

Represents options for HTML export.

@since 4.7.0

Inheritance

IExportHTMLOptions does not extend any other symbol.

IExportHTMLOptions is not extended by any other symbol.

Properties

addColumnNames
#

Type boolean

Default true

Add column names in first row?

Export will try to use user-friendly column names where possible, either from Export's dataFields or deduced from chart's series' names that are bound to specific data fields.

cellClass
#

Type string

A class name to add to table cells.

disabled
#

Type boolean

Set this option to disabled for a format to not show up in ExportMenu.

@since 4.9.11

emptyAs
#

Type any

Default "" (empty string)

Replace missing values with this.

headerClass
#

Type string

A class name to add to table headers.

pivot
#

Type boolean

Default false

If set to true will export data as pivoted (column names in first column;

values in rows).

rowClass
#

Type string

A class name to add to table headers.

tableClass
#

Type string

A class name to add to table.

useLocale
#

Type boolean

Default true

Will try to format numbers and date/time according to user's locale settings.

useTimestamps
#

Type boolean

Default false

Use timestamps instead of formatted date/time values.