alfresco-ng2-components/docs/insights/analytics.component.md
Andy Stark ba905acf13 [ADF-2463] Moved doc files to subfolders (#3070)
* [ADF-2463] Moved doc files to subfolders

* [ADF-2463] Fixed broken image links

* [ADF-2463] Moved doc files to subfolders

* [ADF-2463] Fixed broken image links
2018-03-13 11:55:33 +00:00

719 B

Added, Status
Added Status
v2.0.0 Active

Activiti Analytics Component

Shows the charts related to the reportId passed as input

Analytics-without-parameters

Basic Usage

<adf-analytics 
    [appId]="1001" 
    [reportId]="2006">
</adf-analytics>

Properties

Name Type Default value Description
appId number
reportId number
hideParameters boolean false

Events

Name Type Description
editReport EventEmitter<{}>
reportSaved EventEmitter<{}>
reportDeleted EventEmitter<{}>