Class: VRSUIInfoChart

VRSUIInfoChart

VRSUIInfoChart extends UIBase to provide a specific implementation for an information chart UI component. It handles the state and sub-components such as headers, date selectors, and content for the chart.

new VRSUIInfoChart()

Layers/GoVerticalRemoteSensing/clases/UI/components/VRSUIInfoChart/index.ts, line 21

Extends

  • undefined

Methods

getChartContent(){VRSUIInfoChartContent}

Layers/GoVerticalRemoteSensing/clases/UI/components/VRSUIInfoChart/index.ts, line 62

Gets the chart content component.

Returns:
Type Description
VRSUIInfoChartContent The chart content component.

getChartDateSelector(){UIInfoChartDateSelector}

Layers/GoVerticalRemoteSensing/clases/UI/components/VRSUIInfoChart/index.ts, line 70

Gets the chart date selector content component.

Returns:
Type Description
UIInfoChartDateSelector The chart date selector content component.

getChartHeader(){VRSUIInfoChartHeader}

Layers/GoVerticalRemoteSensing/clases/UI/components/VRSUIInfoChart/index.ts, line 54

Gets the chart header component.

Returns:
Type Description
VRSUIInfoChartHeader The chart header component.

getId(){UIVRSIds}

Layers/GoVerticalRemoteSensing/clases/UI/components/VRSUIInfoChart/index.ts, line 103

Gets the unique identifier for this UI component.

Returns:
Type Description
UIVRSIds The unique identifier for the information chart component.

getInfoContainer(){UIPanelContainer}

Layers/GoVerticalRemoteSensing/clases/UI/components/VRSUIInfoChart/index.ts, line 46

Retrieves the information container.

Returns:
Type Description
UIPanelContainer The information container.

getState(){Object}

Layers/GoVerticalRemoteSensing/clases/UI/components/VRSUIInfoChart/index.ts, line 38

Gets the current state of the chart.

Returns:
Type Description
Object The current state of the chart.

updateChart(dates)

Layers/GoVerticalRemoteSensing/clases/UI/components/VRSUIInfoChart/index.ts, line 95

Updates the chart with new dates.

Name Type Description
dates Array.<Date>

The new dates to update the chart with.