new RSUIInfoChartContent(infoChart)
Layers/GoRemoteSensing/clases/UI/components/RSUIInfoChartContent/index.ts, line 22
Constructs an RSUIInfoChartContent object.
| Name | Type | Description |
|---|---|---|
infoChart |
RSUIInfoChart |
Reference to the parent RSUIInfoChart. |
Extends
- undefined
Methods
-
getChart(){Highcharts.Chart}
Layers/GoRemoteSensing/clases/UI/components/RSUIInfoChartContent/index.ts, line 101 -
Retrieves the Highcharts.Chart instance.
Returns:
Type Description Highcharts.Chart The Highcharts.Chart instance. -
getChartElement(){HTMLDivElement}
Layers/GoRemoteSensing/clases/UI/components/RSUIInfoChartContent/index.ts, line 93 -
Retrieves the chart element.
Returns:
Type Description HTMLDivElement The chart element. -
getId(){string}
Layers/GoRemoteSensing/clases/UI/components/RSUIInfoChartContent/index.ts, line 272 -
Gets the unique identifier for this UI component.
Returns:
Type Description string The unique identifier for the information chart content component. -
getInfoChart(){RSUIInfoChart}
Layers/GoRemoteSensing/clases/UI/components/RSUIInfoChartContent/index.ts, line 109 -
Retrieves the parent RSUIInfoChart.
Returns:
Type Description RSUIInfoChart The parent RSUIInfoChart. -
updateChart(dates)
Layers/GoRemoteSensing/clases/UI/components/RSUIInfoChartContent/index.ts, line 79 -
Updates the chart based on the specified date range.
Name Type Description datesArray.<string> Array containing start and end date as strings.
