alfresco-ng2-components/docs/insights/analytics.component.md
Andy Stark e03f3a1a6b [ADF-3323] Fixed broken links in doc files (#3662)
* [ADF-3323] Fixed URL path to Typescript source files

* [ADF-3323] Fixed and checked broken links caused by previous bug
2018-08-14 15:42:45 +01:00

886 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>

Class members

Properties

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

Events

Name Type Description
editReport EventEmitter<Object>
reportDeleted EventEmitter<Object>
reportSaved EventEmitter<Object>