Class RVVisualization

The class representing a visualization (widget) in the dashboard model.

Index

Accessors

  • get id(): string

    The ID of the visualization

    Returns string

  • get referencedDataSourceId(): string | null

    Returns the ID of the data source referenced by this visualization (if any).

    Returns string | null

  • get referencedResourceDataSourceId(): string | null

    Returns the ID of the data source used by the resource refenced by this visualization (if any). For a visualization getting data from a JSON document loaded from a REST services, this ID will be the ID of the REST data source.

    Returns string | null

  • get showTitle(): boolean

    Gets the visibility status of the visualization's title and breadcrumb.

    Returns boolean

    • true if the title is visible, false otherwise.
  • set showTitle(value: boolean): void

    Sets the visibility of the visualization's title and breadcrumb.

    Parameters

    • value: boolean

      If true, the title will be shown; if false, it will be hidden.

    Returns void

  • get title(): string

    The title of the visualization

    Returns string

Methods

  • Analyze the widget model and update the values that are to be returned by the Filters property.

    Returns void