Home > @plotex/lib-apex > IMountOptions
#
IMountOptions interfaceOptions to control how the chart is mounted.
Signature:#
PropertiesProperty | 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. |