Constructor
new Group()
Methods
(static) go(xlConfig) → {Array}
Example
Returns data on format:
{
'labels': ['<label>', '<another-label>', ...],
'series': [{
'name': '<name>',
'data': [{
'value': <value>
'objectIds': [
'<object-id>',
'<another-object-id>',
...
]
},{
...
}]
},{
...
}]
}
Parameters:
Name | Type | Description |
---|---|---|
xlConfig |
Object | exalead result configuration |
Returns:
Data series
- Type
- Array