Type alias LoadChartAnimationOptions

LoadChartAnimationOptions: {
    enabled?: boolean;
}

Describes load chart animation that can be applied to the report view.

Type declaration

  • Optional enabled?: boolean

    Enable load chart animation. Default value: false.

    Example

    enabled: true