mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
981 B
981 B
Title, Added, Status
| Title | Added | Status |
|---|---|---|
| Analytics Generator Component | v2.0.0 | Active |
Analytics Generator Component
Generates and shows charts
Basic Usage
<adf-analytics-generator
[reportId]="reportId"
[reportParamQuery]="reportParamQuery">
</adf-analytics>
Class members
Properties
| Name | Type | Default value | Description |
|---|---|---|---|
| reportId | string |
reportId. | |
| reportParamQuery | ReportQuery |
undefined | reportParamQuery. |
Events
| Name | Type | Description |
|---|---|---|
| error | EventEmitter<any> |
error. |
| success | EventEmitter<any> |
success. |