mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
37 lines
737 B
Markdown
37 lines
737 B
Markdown
---
|
|
Added: v2.0.0
|
|
Status: Active
|
|
---
|
|
# Activiti Analytics Component
|
|
|
|
Shows the charts related to the reportId passed as input
|
|
|
|

|
|
|
|
## Basic Usage
|
|
|
|
```html
|
|
<adf-analytics
|
|
[appId]="1001"
|
|
[reportId]="2006">
|
|
</adf-analytics>
|
|
```
|
|
|
|
## Class members
|
|
|
|
### Properties
|
|
|
|
| Name | Type | Default value | Description |
|
|
| ---- | ---- | ------------- | ----------- |
|
|
| appId | `number` | | |
|
|
| reportId | `number` | | |
|
|
| hideParameters | `boolean` | `false` | |
|
|
|
|
### Events
|
|
|
|
| Name | Type | Description |
|
|
| ---- | ---- | ----------- |
|
|
| editReport | `EventEmitter<{}>` | |
|
|
| reportSaved | `EventEmitter<{}>` | |
|
|
| reportDeleted | `EventEmitter<{}>` | |
|