Class representing a table

Constructors

Methods

Constructors

  • Create a table

    Parameters

    • store: Record<string, any>

      Store

    • langCode: string

      Language code

    • countryCode: string

      Country code

    • selectedCountryCode: string

      Selected country code

    • indicatorInfo: any

      Indicator Info with unit

    Returns Table

Methods

  • Create table

    Parameters

    • data: {
          data_projected?: boolean;
          data_value: number;
          indicator_specification?: string;
          short_indicator?: string;
          timestamp: Date;
      }[]

      Data for the table

    • dataPath: Record<string, any>

      Path or identifier for the bar chart data.

    Returns void