# Analytics Generator Component The component generates and shows the charts - [Basic Usage](#basic-usage) * [Properties](#properties) * [Events](#events) ## Basic Usage ```html ``` ### Properties | Name | Type | Description | | --- | --- | -- | | reportId | string | The report id | | reportParamQuery | ReportQuery | The object contains all the parameters that the report needs | ### Events | Name | Description | | --- | --- | | success | Raised when the charts are loaded | | error | Raised when an error occurs during the loading |