Type interface
Inheritance
IExportingSettings extends IEntitySettings.
IExportingSettings is not extended by any other symbol.
Properties
|
backgroundColor # |
Type Export will try to determine background color based on the DOM styles. You can use this setting to explicitly specify background color for exported images. |
|---|---|
|
canvasOptions # |
Canvas format options. |
|
charset # |
Type Charset to use for export. @defaul "utf-8" |
|
csvOptions # |
Type CSV format options. |
|
dataFields # |
Type Fields to include in data export. Key - field in data. Value - column name. |
|
dataFieldsOrder # |
Type Specifies the order of fields to export in data. |
|
dataSource # |
Type Data to export. Click here for more info |
|
dateFields # |
Type Fields in data that have date/time value. |
|
dateFormat # |
Type Use this date format on date values. |
|
durationFields # |
Type Fields in data that need to be formatted as "duration" as per @since 5.0.16 |
|
durationFormat # |
Type Format to use when formatting values in If not set, will use @since 5.0.16 |
|
durationUnit # |
Type Time unit to assume duration values are in. If not set, will use @since 5.0.16 |
|
extraImages # |
Type Include these images or other charts in image exports. |
|
filePrefix # |
Type Default A string to prefix exported files with. |
|
htmlOptions # |
HTML format options. |
|
id # |
Type Inherited from A custom string ID for the element. If set, element can be looked up via Will raise error if an element with the same ID already exists. |
|
jpgOptions # |
JPEG format options. |
|
jsonOptions # |
JSON format options. |
|
menu # |
Type A reference to |
|
numberFormat # |
Type Use this number format on numeric values. |
|
numericFields # |
Type Fields in data that are numeric. |
|
pdfOptions # |
Type PDF format options. |
|
pdfdataOptions # |
PDF with data table format options. |
|
pngOptions # |
PNG format options. |
|
printOptions # |
Print options. |
|
stateAnimationDuration # |
Type Inherited from Duration of transition from one state to another. |
|
stateAnimationEasing # |
Type Inherited from Easing of transition from one state to another. |
|
themeTags # |
Type Inherited from Tags which can be used by the theme rules. Click here for more info |
|
themeTagsSelf # |
Type Inherited from Tags which can be used by the theme rules. These tags only apply to this object, not any children. Click here for more info |
|
themes # |
Type Inherited from A list of themes applied to the element. |
|
title # |
Type Chart title. Used for print, PDF and Excel exports. |
|
userData # |
Type Inherited from A storage for any custom user data that needs to be associated with the element. |
|
xlsxOptions # |
XSLX format options. |
| There are 7 inherited items currently hidden from this list. | |