public class ExportingOptions extends Options
| Modifier and Type | Field and Description |
|---|---|
ButtonOptions |
buttons_exportButton
Options for the export button.
|
ButtonOptions |
buttons_printButton
Options for the print button.
|
Boolean |
enabled
Whether to enable the exporting module.
|
String |
error
Function to call if the offline-exporting module fails to export a chart on the client side,
and fallbackToExportServer is disabled.
|
Boolean |
fallbackToExportServer
Whether or not to fall back to the export server if the offline-exporting module is unable to
export the chart on the client side.
|
String |
filename
The filename, without extension, to use for the exported chart.
|
Integer |
printMaxWidth
When printing the chart from the menu item in the burger menu, if the on-screen chart exceeds
this width, it is resized.
|
Integer |
scale
Defines the scale or zoom factor for the exported image compared to the on-screen display.
|
Boolean |
showTable
Export-data module required.
|
Integer |
sourceHeight
The height of the original chart when exported, unless an explicit chart.height is set.
|
Integer |
sourceWidth
The width of the original chart when exported, unless an explicit chart.width is set.
|
String |
tableCaption
Export-data module required.
|
ExportType |
type
Default MIME type for exporting if chart.exportChart() is called without specifying a type
option.
|
String |
url
The URL for the server module converting the SVG string to an image format.
|
Boolean |
useMultiLevelHeaders
Export-data module required.
|
Boolean |
useRowspanHeaders
Export-data module required.
|
Integer |
width
The pixel width of charts exported to PNG or JPG.
|
| Constructor and Description |
|---|
ExportingOptions() |
@Option(value="buttons.exportButton") public final ButtonOptions buttons_exportButton
@Option(value="buttons.printButton") public final ButtonOptions buttons_printButton
@Option(convertTo=org.fujion.ancillary.JavaScript.class) public String error
@Option public Boolean fallbackToExportServer
@Option public String filename
@Option public Integer printMaxWidth
@Option public Integer scale
@Option public Boolean showTable
@Option public Integer sourceHeight
@Option public Integer sourceWidth
@Option public String tableCaption
@Option public ExportType type
@Option public String url
@Option public Boolean useMultiLevelHeaders
@Option public Boolean useRowspanHeaders
Copyright © 2018 Fujion Framework. All rights reserved.