Class: VRSUIInfoChartContent

VRSUIInfoChartContent

VRSUIInfoChartContent extends UIBase to provide specific implementation for displaying and managing the content of an information chart using Highcharts.

new VRSUIInfoChartContent()

Layers/GoVerticalRemoteSensing/clases/UI/components/VRSUIInfoChartContent/index.ts, line 23

Extends

  • undefined

Methods

getChart(){Highcharts.Chart}

Layers/GoVerticalRemoteSensing/clases/UI/components/VRSUIInfoChartContent/index.ts, line 63

Retrieves the Highcharts.Chart instance.

Returns:
Type Description
Highcharts.Chart The Highcharts.Chart instance.

getChartElement(){HTMLDivElement}

Layers/GoVerticalRemoteSensing/clases/UI/components/VRSUIInfoChartContent/index.ts, line 55

Retrieves the chart element.

Returns:
Type Description
HTMLDivElement The chart element.

getId(){UIVRSIds}

Layers/GoVerticalRemoteSensing/clases/UI/components/VRSUIInfoChartContent/index.ts, line 302

Gets the unique identifier for this UI component.

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

getInfoChart(){VRSUIInfoChart}

Layers/GoVerticalRemoteSensing/clases/UI/components/VRSUIInfoChartContent/index.ts, line 71

Retrieves the parent VRSUIInfoChart.

Returns:
Type Description
VRSUIInfoChart The parent VRSUIInfoChart.

updateChart(dates)

Layers/GoVerticalRemoteSensing/clases/UI/components/VRSUIInfoChartContent/index.ts, line 79

Updates the chart based on the specified date range.

Name Type Description
dates Array.<string>

Array containing start and end date as strings.