# LoadChartAnimationOptions

## Content

# Type Alias: LoadChartAnimationOptions

```ts
type LoadChartAnimationOptions = object;
```

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

## Properties

### enabled?

```ts
optional enabled?: boolean;
```

Enable load chart animation. Default value: false.

#### Example

```ts
enabled: true
```
