mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
27 lines
581 B
Markdown
27 lines
581 B
Markdown
# Analytics Generator Component
|
|
|
|
Generates and shows charts
|
|
|
|
## Basic Usage
|
|
|
|
```html
|
|
<adf-analytics-generator
|
|
[reportId]="reportId"
|
|
[reportParamQuery]="reportParamQuery">
|
|
</adf-analytics>
|
|
```
|
|
|
|
### Properties
|
|
|
|
| Name | Type | Description |
|
|
| ---- | ---- | ----------- |
|
|
| reportId | string | The report id |
|
|
| reportParamQuery | ReportQuery | The object contains all the parameters that the report needs |
|
|
|
|
### Events
|
|
|
|
| Name | Description |
|
|
| ---- | ----------- |
|
|
| success | Raised when the charts are loaded |
|
|
| error | Raised when an error occurs during the loading |
|