# Activiti Analytics Component
The component shows the charts related to the reportId passed as input
- [Basic Usage](#basic-usage)
* [Properties](#properties)
* [Events](#events)
## Basic Usage
```html
```
### Properties
| Name | Type | Description |
| --- | --- | --- |
| appId | string | The application id |
| reportId | string | The report id |
| hideParameters | boolean | Toggle the analytics parameters |
You can also hide chart parameters UI by setting the `hideParameters` to `true`:
```html
```

### Events
| Name | Description |
| --- | --- |
| success | The event is emitted when the report parameters are loaded |
| error | The event is emitted when an error occurs during the loading |
| reportSaved | The event is emitted when a report is saved |
| reportDeleted | The event is emitted when a report is deleted |