mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* [WIP] [ADF-4947] Array type supported in data table columns * * removed resolver for aria label * * process services feature added * * fixed docs
35 lines
934 B
Markdown
35 lines
934 B
Markdown
---
|
|
Title: Analytics Generator Component
|
|
Added: v2.0.0
|
|
Status: Active
|
|
---
|
|
|
|
# [Analytics Generator Component](../../../lib/insights/src/lib/analytics-process/components/analytics-generator.component.ts "Defined in analytics-generator.component.ts")
|
|
|
|
Generates and shows charts
|
|
|
|
## Basic Usage
|
|
|
|
```html
|
|
<adf-analytics-generator
|
|
[reportId]="reportId"
|
|
[reportParamQuery]="reportParamQuery">
|
|
</adf-analytics>
|
|
```
|
|
|
|
## Class members
|
|
|
|
### Properties
|
|
|
|
| Name | Type | Default value | Description |
|
|
| ---- | ---- | ------------- | ----------- |
|
|
| reportId | `number` | | |
|
|
| reportParamQuery | [`ReportQuery`](../../../lib/insights/src/lib/diagram/models/report/reportQuery.model.ts) | undefined | |
|
|
|
|
### Events
|
|
|
|
| Name | Type | Description |
|
|
| ---- | ---- | ----------- |
|
|
| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | |
|
|
| success | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<>` | |
|