alfresco-ng2-components/docs/analytics-generator.component.md

718 B

Analytics Generator Component

Generates and shows charts

Basic Usage

<adf-analytics-generator 
    [reportId]="reportId" 
    [reportParamQuery]="reportParamQuery">
</adf-analytics>

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

See also