mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
31 lines
575 B
Markdown
31 lines
575 B
Markdown
---
|
|
Added: v2.0.0
|
|
Status: Active
|
|
---
|
|
# Analytics Generator Component
|
|
|
|
Generates and shows charts
|
|
|
|
## Basic Usage
|
|
|
|
```html
|
|
<adf-analytics-generator
|
|
[reportId]="reportId"
|
|
[reportParamQuery]="reportParamQuery">
|
|
</adf-analytics>
|
|
```
|
|
|
|
### Properties
|
|
|
|
| Name | Type | Default value | Description |
|
|
| ---- | ---- | ------------- | ----------- |
|
|
| reportId | `number` | | |
|
|
| reportParamQuery | `ReportQuery` | `undefined` | |
|
|
|
|
### Events
|
|
|
|
| Name | Type | Description |
|
|
| ---- | ---- | ----------- |
|
|
| success | `EventEmitter<{}>` | |
|
|
| error | `EventEmitter<{}>` | |
|