Type alias HoverChartAnimationOptions

HoverChartAnimationOptions: {
    enabled?: boolean;
}

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

Type declaration

  • Optional enabled?: boolean

    Enable hover chart animation. Default value: false.

    Example

    enabled: true