Home > @plotex/lib-apex > IMountOptions
IMountOptions interface#
Options to control how the chart is mounted.
Signature:Properties#
| Property | Type | Description |
|---|---|---|
| enableAnimations? | boolean | (Optional) Set to false to disble animations in charts. Defaults to true. |
| makeStatic? | boolean | (Optional) Set to true to make the chart static. The chart will have interactive features and animations disabled. |
| showChartDef? | boolean | (Optional) Debug log the chart definition after formatting. |
| showDownload? | boolean | (Optional) Enable/disable the download button. |