# Analytics Generator Component Generates and shows charts for a specific report. ## Basic Usage ```html ``` ## 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` | error. | | success | `EventEmitter` | success. |