# HoverChartAnimationOptions

## Content

# Type Alias: HoverChartAnimationOptions

```ts
type HoverChartAnimationOptions = object;
```

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

## Properties

### enabled?

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

Enable hover chart animation. Default value: false.

#### Example

```ts
enabled: true
```
