Hierarchy (view full)

Implements

Methods

  • Adds a loading overlay to the chart.

    Returns Promise<void>

  • Returns a promise which resolves when the chart is ready to be interacted with.
    If the chart is currently loading, this promise will resolve when it has finished.

    Returns Promise<void>

  • Removes a loading overlay from the chart.

    Returns Promise<void>