API / geotoolkit / charts / widgets / ChartWidget
Namespaces
Classes
Functions
▸ defaultHighlightCallback(this, selection, event, eventArgs): void
Default highlight callback to manage highlighting state(s) based on current selection data
| Name | Type | Description |
|---|---|---|
this | ChartWidget | |
selection | SelectedItem<AbstractChart>[] | current selection data |
event | string | event name |
eventArgs | Point | Rect | EventArgs | selection event/area |
void
▸ defaultSelectionCallback(this, event, eventArgs): SelectedItem<AbstractChart>[]
Default selection callback to create selection data based on the current event and selected area
| Name | Type | Description |
|---|---|---|
this | ChartWidget | |
event | string | event name |
eventArgs | Point | Rect | EventArgs | selection event/area |
▸ defaultTooltipCallback(this, selection, event, eventArgs): string
Default tooltip callback to form tooltip info based on selected series
| Name | Type | Description |
|---|---|---|
this | ChartWidget | |
selection | SelectedItem<AbstractChart>[] | current selection data |
event | string | event name |
eventArgs | Point | Rect | EventArgs | selection event/area |
string