mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
* [ADF-2463] Moved doc files to subfolders * [ADF-2463] Fixed broken image links * [ADF-2463] Moved doc files to subfolders * [ADF-2463] Fixed broken image links
719 B
719 B
Added, Status
| Added | Status |
|---|---|
| v2.0.0 | Active |
Activiti Analytics Component
Shows the charts related to the reportId passed as input
Basic Usage
<adf-analytics
[appId]="1001"
[reportId]="2006">
</adf-analytics>
Properties
| Name | Type | Default value | Description |
|---|---|---|---|
| appId | number |
||
| reportId | number |
||
| hideParameters | boolean |
false |
Events
| Name | Type | Description |
|---|---|---|
| editReport | EventEmitter<{}> |
|
| reportSaved | EventEmitter<{}> |
|
| reportDeleted | EventEmitter<{}> |
