Chartbreaker
    Preparing search index...

    Class ActivityIndicator

    Index

    Constructors

    Methods

    Constructors

    • The ActivityIndicator is responsible for rendering the loading animation of BG.charts.ChartSet

      The default implementation displays simple animation based on the common "ajax spinner" images. For more advanced animations, custom implementations can extend this class.

      Returns ActivityIndicator

    Methods

    • assigns a style

      Parameters

      • style: Style
      • parentStyle: string

      Returns void

    • initializes the loader animation

      Parameters

      • context: BGContext
      • width: number
      • height: number

      Returns void

    • renders the loader animation

      Parameters

      Returns void