Insights dependency and documentation improvements (#9815)

This commit is contained in:
Denys Vuika
2024-06-14 15:44:15 -04:00
committed by GitHub
parent c7592c561e
commit 04f82fac34
25 changed files with 227 additions and 509 deletions

View File

@@ -0,0 +1,32 @@
# Analytics Generator Component
Generates and shows charts for a specific report.
## Basic Usage
```html
<adf-analytics-generator
[reportId]="reportId"
[reportParamQuery]="reportParamQuery">
</adf-analytics>
```
## API
```ts
import { AnalyticsGeneratorComponent } from '@alfresco/adf-insights';
```
### 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. |